Skip to content

Commit d21628f

Browse files
renovate[bot]renovate-botkodiakhq[bot]
authored
chore(deps): update actions/checkout action to v3 (#560)
Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent c9e3084 commit d21628f

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@v2
16+
- uses: actions/checkout@v3
1717
if: ${{ steps.release.outputs.release_created }}
1818
- uses: actions/setup-node@v2
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: ['12.20.0', 'lts/*']
1919

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

0 commit comments

Comments
 (0)