Skip to content

Commit aba1ce0

Browse files
authored
Merge pull request #3396 from pre-commit/all-repos_autofix_all-repos-sed
upgrade asottile/workflows
2 parents 804c853 + e2210c9 commit aba1ce0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/languages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
matrix:
3737
include: ${{ fromJSON(needs.vars.outputs.languages) }}
3838
steps:
39-
- uses: asottile/workflows/.github/actions/fast-checkout@v1.4.0
39+
- uses: asottile/workflows/.github/actions/fast-checkout@v1.8.1
4040
- uses: actions/setup-python@v4
4141
with:
4242
python-version: 3.9

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ concurrency:
1212

1313
jobs:
1414
main-windows:
15-
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.0
15+
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
1616
with:
1717
env: '["py39"]'
1818
os: windows-latest
1919
main-linux:
20-
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.0
20+
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
2121
with:
2222
env: '["py39", "py310", "py311", "py312"]'
2323
os: ubuntu-latest

0 commit comments

Comments
 (0)