We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 053f9e2 commit cf9f525Copy full SHA for cf9f525
.github/workflows/pre-commit.yml
@@ -9,5 +9,5 @@ jobs:
9
if: github.event.pull_request.draft == false
10
runs-on: ubuntu-22.04
11
steps:
12
- - uses: actions/checkout@v4.3.0
+ - uses: actions/checkout@v5.0.0
13
- uses: pre-commit/action@v3.0.1
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
with:
15
fetch-depth: 0
16
- name: Configure Git Credentials
0 commit comments