Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 650afe4

Browse files
authored
Merge pull request #2735 from pre-commit/fast-checkout
upgrade asottile/workflows to get fast-checkout
2 parents 50cf027 + f543862 commit 650afe4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/pre-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ runs:
3636
testing/get-coursier.sh
3737
testing/get-dart.sh
3838
testing/get-swift.sh
39-
- uses: asottile/workflows/.github/actions/latest-git@v1.2.0
39+
- uses: asottile/workflows/.github/actions/latest-git@v1.4.0
4040
if: inputs.env == 'py38' && runner.os == 'Linux'

.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.2.0
15+
uses: asottile/workflows/.github/workflows/tox.yml@v1.4.0
1616
with:
1717
env: '["py38"]'
1818
os: windows-latest
1919
main-linux:
20-
uses: asottile/workflows/.github/workflows/tox.yml@v1.2.0
20+
uses: asottile/workflows/.github/workflows/tox.yml@v1.4.0
2121
with:
2222
env: '["py38", "py39", "py310"]'
2323
os: ubuntu-latest

0 commit comments

Comments
 (0)