Skip to content

Commit 0e1a2fa

Browse files
chore(deps): update actions/checkout action to v5
1 parent e9360cb commit 0e1a2fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1414
release-type: node
1515
package-name: aws-testing-library
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
if: ${{ steps.release.outputs.release_created }}
1818
- uses: actions/setup-node@v4
1919
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: ['16.10.0', 'lts/*']
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- name: Use Node.js ${{ matrix.node-version }}
2323
uses: actions/setup-node@v4
2424
with:

0 commit comments

Comments
 (0)