Skip to content

Commit e910eec

Browse files
Merge pull request #624 from govuk-one-login/dependabot/github_actions/main/govuk-one-login/devplatform-upload-action-3.10.1
Bump govuk-one-login/devplatform-upload-action from 3.9.2 to 3.10.1
2 parents 0eb1bb2 + 553e0bd commit e910eec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/post-merge-deploy-to-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
sam build -t infrastructure/template.yaml -b out/
3535
3636
- name: Deploy SAM app
37-
uses: govuk-one-login/devplatform-upload-action@v3.9.2
37+
uses: govuk-one-login/devplatform-upload-action@v3.10.1
3838
with:
3939
artifact-bucket-name: ${{ secrets.BUILD_ARTIFACT_SOURCE_BUCKET_NAME }}
4040
signing-profile-name: ${{ secrets.BUILD_SIGNING_PROFILE_NAME }}

.github/workflows/post-merge-deploy-to-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
sam build -t infrastructure/template.yaml -b out/
3535
3636
- name: Deploy SAM app
37-
uses: govuk-one-login/devplatform-upload-action@v3.9.2
37+
uses: govuk-one-login/devplatform-upload-action@v3.10.1
3838
with:
3939
artifact-bucket-name: ${{ secrets.DEV_ARTIFACT_SOURCE_BUCKET_NAME }}
4040
signing-profile-name: ${{ secrets.DEV_SIGNING_PROFILE_NAME }}

0 commit comments

Comments
 (0)