We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7db08 commit 7176902Copy full SHA for 7176902
.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@v5.0.1
+ - uses: actions/checkout@v6.0.0
13
- uses: pre-commit/action@v3.0.1
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
deploy:
runs-on: ubuntu-24.04
- name: Configure Git Credentials
14
run: |
15
git config user.name github-actions[bot]
0 commit comments