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 b45bf22 commit 67b2750Copy full SHA for 67b2750
1 file changed
.github/workflows/actions.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout the repository
18
- uses: actions/checkout@v5.0.0
+ uses: actions/checkout@v6.0.0
19
20
- name: Set up Python
21
uses: actions/setup-python@v6
@@ -33,7 +33,7 @@ jobs:
33
needs: lint
34
35
36
37
38
39
0 commit comments