We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ccf103 commit cf862fcCopy full SHA for cf862fc
3 files changed
.github/workflows/pre-commit-autoupdate.yml
@@ -16,7 +16,7 @@ jobs:
16
pull-requests: write
17
18
steps:
19
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
20
21
- uses: actions/setup-python@v6
22
with:
.github/workflows/pre-commit.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
- name: Checkout Repo ⚡️
15
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- name: Set Up Python 🐍
uses: actions/setup-python@v6
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
23
0 commit comments