Skip to content

Commit d6f2ce8

Browse files
chore(deps): update actions/checkout action to v5.0.1 (#234)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 549d580 commit d6f2ce8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
release-type: node
1515
# The logic below handles the npm publication:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1717
# these if statements ensure that a publication only occurs when
1818
# a new release is created:
1919
if: ${{ steps.release.outputs.release_created }}

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
static-checks:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v5
8+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
99
- run: corepack enable
1010
- uses: actions/setup-node@v6
1111
with:
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
node-version: [20, 22, 24]
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2626
- run: corepack enable
2727
- uses: actions/setup-node@v6
2828
with:

0 commit comments

Comments
 (0)