We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b483ac + ba45360 commit 3792b8cCopy full SHA for 3792b8c
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- name: Check out repository
25
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
26
27
- name: Prepare python ${{ matrix.python-version }}
28
uses: actions/setup-python@v5
.github/workflows/deploy_release.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
python-version: "3.12"
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
fetch-depth: 20
0 commit comments