Skip to content

Commit 92bf3d3

Browse files
chore(deps): update actions/checkout action to v3
1 parent 14870ef commit 92bf3d3

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)