We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110679a commit 7f2e825Copy full SHA for 7f2e825
.github/workflows/bump.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: Checkout source code
16
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
17
with:
18
ref: ${{ github.ref }}
19
.github/workflows/npm-publish.yml
@@ -8,7 +8,7 @@ jobs:
8
publish-npm:
9
runs-on: ubuntu-24.04
10
11
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
12
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
cache: npm
0 commit comments