We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1169603 commit 79c8c51Copy full SHA for 79c8c51
.github/workflows/ci.yaml
@@ -73,7 +73,7 @@ jobs:
73
release-type: node
74
- id: checkout
75
name: Checkout
76
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
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