Skip to content

Commit b9ca514

Browse files
Update actions/checkout action to v6 (#257)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent e1e14dc commit b9ca514

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
with:
1313
node-version: 24
1414
- run: corepack enable
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- uses: ./.github/actions/build
1717

1818
deploy:
1919
needs: build
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
- uses: ./.github/actions/deploy
2424
with:
2525
aws_account_id: ${{ secrets.AWS_ACCOUNT_ID }}

.github/workflows/deploy-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
with:
1313
node-version: 24
1414
- run: corepack enable
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- uses: ./.github/actions/build
1717

1818
deploy:
1919
needs: build
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
- uses: ./.github/actions/deploy
2424
with:
2525
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)