Skip to content

Commit 97ee23b

Browse files
chore(deps): update actions/checkout action to v5
1 parent 00726c2 commit 97ee23b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v5
3131

3232
- name: Install dependencies
3333
uses: pnpm/action-setup@v2

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
command: manifest
2121

2222
# The logic below handles the npm publication:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v5
2424
# these if statements ensure that a publication only occurs when
2525
# a new release is created:
2626
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)