We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12c11e6 commit c4f02cdCopy full SHA for c4f02cd
1 file changed
.github/workflows/test.yml
@@ -9,8 +9,8 @@ jobs:
9
unit:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4
13
- - uses: actions/setup-python@v5
+ - uses: actions/checkout@v5
+ - uses: actions/setup-python@v6
14
with:
15
python-version: '3.12'
16
- run: python -m unittest resolve_test -v
@@ -31,7 +31,7 @@ jobs:
31
otp: '27'
32
distribution: alpine
33
34
35
- name: Run action
36
id: resolve
37
uses: ./
0 commit comments