We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abfae6b commit 509f7c7Copy full SHA for 509f7c7
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
name: Build
13
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
with:
17
fetch-depth: 0
18
.github/workflows/validation.yml
@@ -17,7 +17,7 @@ jobs:
contents: read
pull-requests: write
19
20
21
22
- name: Setup Python
23
uses: actions/setup-python@v5
@@ -35,7 +35,7 @@ jobs:
35
runs-on: ubuntu-latest
36
name: Test
37
38
39
40
41
0 commit comments