We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293fbfd commit 51ee5f5Copy full SHA for 51ee5f5
.github/workflows/ci.yaml
@@ -73,7 +73,7 @@ jobs:
73
release-type: node
74
- id: checkout
75
name: Checkout
76
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
77
with:
78
persist-credentials: false
79
token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/pr.yaml
@@ -37,7 +37,7 @@ jobs:
37
steps:
38
39
40
41
42
43
0 commit comments