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 f8bb568 commit 9042860Copy full SHA for 9042860
.github/workflows/bump.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: Checkout source code
16
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
12
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
cache: npm
0 commit comments