We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50cf027 commit f543862Copy full SHA for f543862
2 files changed
.github/actions/pre-test/action.yml
@@ -36,5 +36,5 @@ runs:
36
testing/get-coursier.sh
37
testing/get-dart.sh
38
testing/get-swift.sh
39
- - uses: asottile/workflows/.github/actions/latest-git@v1.2.0
+ - uses: asottile/workflows/.github/actions/latest-git@v1.4.0
40
if: inputs.env == 'py38' && runner.os == 'Linux'
.github/workflows/main.yml
@@ -12,12 +12,12 @@ concurrency:
12
13
jobs:
14
main-windows:
15
- uses: asottile/workflows/.github/workflows/tox.yml@v1.2.0
+ uses: asottile/workflows/.github/workflows/tox.yml@v1.4.0
16
with:
17
env: '["py38"]'
18
os: windows-latest
19
main-linux:
20
21
22
env: '["py38", "py39", "py310"]'
23
os: ubuntu-latest
0 commit comments