Skip to content

Commit c008ea7

Browse files
ci(deps): update actions/checkout action to v6 (#831)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 96eb171 commit c008ea7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Checkout
45-
uses: actions/checkout@v5.0.1
45+
uses: actions/checkout@v6.0.0
4646
with:
4747
ssh-key: ${{ secrets.DEPLOY_KEY }}
4848
- name: Build Image

0 commit comments

Comments
 (0)