Skip to content

Commit 30462c4

Browse files
chore(deps): update actions/checkout action to v3 (#629)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ee3a60d commit 30462c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
token: ${{ steps.get-token.outputs.token }}
1919
command: manifest
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
if: ${{ steps.release.outputs.releases_created }}
2222
- uses: actions/setup-node@v2
2323
with:

0 commit comments

Comments
 (0)