We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 666de86 commit a49c43fCopy full SHA for a49c43f
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
steps:
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
12
- name: Set up Python 3.9
13
uses: actions/setup-python@v5
14
with:
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
49
.github/workflows/release.yaml
@@ -31,7 +31,7 @@ jobs:
31
pip3 install build
32
33
- name: Checkout
34
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
35
36
fetch-depth: 0
37
0 commit comments