Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
machine: [backend, cron, taskrunner, sftp]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Install packer plugins
run: |
packer plugins install "github.com/hashicorp/amazon"
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
fusion_auth_sftp_client_id: PROD_FUSION_AUTH_SFTP_CLIENT_ID
fusion_auth_sftp_client_secret: PROD_FUSION_AUTH_SFTP_CLIENT_SECRET
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Install packer plugins
run: |
packer plugins install "github.com/hashicorp/amazon"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
machine: [backend, cron, taskrunner, sftp]
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
machine: [backend, cron, taskrunner, sftp]
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
machine: [backend, cron, taskrunner, sftp]
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_archivematica_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run:
working-directory: ./archivematica/test_cluster
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_archivematica_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run:
working-directory: ./archivematica/prod_cluster
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_archivematica_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run:
working-directory: ./archivematica/test_cluster
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
with:
Expand Down