Skip to content

Commit 11d39b5

Browse files
committed
ci(deps): update actions/checkout action to v3.6.0
1 parent cca3522 commit 11d39b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
app_id: ${{ secrets.ATEDEG_BOT_APP_ID }}
1818
private_key: ${{ secrets.ATEDEG_BOT_PRIVATE_KEY }}
1919

20-
- uses: actions/checkout@v3.5.3
20+
- uses: actions/checkout@v3.6.0
2121
with:
2222
token: ${{ steps.atedeg-bot.outputs.token }}
2323
submodules: true

0 commit comments

Comments
 (0)