Skip to content

Commit 9174e7f

Browse files
Merge pull request #201 from PermanentOrg/dependabot/github_actions/dot-github/workflows/actions/checkout-5
Bump actions/checkout from 4 to 5 in /.github/workflows
2 parents 82e996b + 85500ec commit 9174e7f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
machine: [backend, cron, taskrunner, sftp]
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- name: Install packer plugins
1515
run: |
1616
packer plugins install "github.com/hashicorp/amazon"
@@ -71,7 +71,7 @@ jobs:
7171
fusion_auth_sftp_client_id: PROD_FUSION_AUTH_SFTP_CLIENT_ID
7272
fusion_auth_sftp_client_secret: PROD_FUSION_AUTH_SFTP_CLIENT_SECRET
7373
steps:
74-
- uses: actions/checkout@v4
74+
- uses: actions/checkout@v5
7575
- name: Install packer plugins
7676
run: |
7777
packer plugins install "github.com/hashicorp/amazon"

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
machine: [backend, cron, taskrunner, sftp]
1515
runs-on: ubuntu-24.04
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- name: Configure AWS Credentials
1919
uses: aws-actions/configure-aws-credentials@v4
2020
with:

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
machine: [backend, cron, taskrunner, sftp]
1313
runs-on: ubuntu-24.04
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: Configure AWS Credentials
1717
uses: aws-actions/configure-aws-credentials@v4
1818
with:

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
machine: [backend, cron, taskrunner, sftp]
1313
runs-on: ubuntu-24.04
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: Configure AWS Credentials
1717
uses: aws-actions/configure-aws-credentials@v4
1818
with:

0 commit comments

Comments
 (0)