Skip to content

Commit 012377b

Browse files
Update actions/checkout action to v5 (#177)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent fcc0dee commit 012377b

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: 20
1414
- run: corepack enable
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- uses: ./.github/actions/build
1717

1818
deploy:
1919
needs: build
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
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: 20
1414
- run: corepack enable
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- uses: ./.github/actions/build
1717

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

0 commit comments

Comments
 (0)