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 fe293fd commit 123c4fdCopy full SHA for 123c4fd
2 files changed
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
steps:
23
- name: Check out source repository
24
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
25
with:
26
fetch-depth: 0 #full history
27
- name: Set up Python
.github/workflows/lint.yml
@@ -8,7 +8,7 @@ jobs:
8
9
10
11
12
13
uses: actions/setup-python@v6
14
0 commit comments