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