We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24250f commit 7bb53acCopy full SHA for 7bb53ac
1 file changed
.github/workflows/pre-commit-autoupdate.yml
@@ -22,8 +22,8 @@ jobs:
22
pull-requests: write
23
24
steps:
25
- - name: Checkout mkl_random repo
26
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.2.2
+ - name: Checkout repo
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
27
28
- name: Set up python
29
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v5.6.0
@@ -37,7 +37,7 @@ jobs:
37
run: pre-commit autoupdate
38
39
- name: Create a PR with autoupdate changes
40
- uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 #v8.1.0
+ uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
41
with:
42
commit-message: 'chore: update pre-commit hooks'
43
add-paths: .pre-commit-config.yaml
0 commit comments