We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38bf34b + 13d3813 commit 63c6956Copy full SHA for 63c6956
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: Checkout source
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
17
18
- name: Set up Python 3.9
19
uses: actions/setup-python@v4
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
9
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
10
with:
11
fetch-depth: 0
12
- name: Mirror + trigger CI
0 commit comments