Skip to content

Commit 553e0bd

Browse files
Bump govuk-one-login/devplatform-upload-action from 3.9.2 to 3.10.1
Bumps [govuk-one-login/devplatform-upload-action](https://github.com/govuk-one-login/devplatform-upload-action) from 3.9.2 to 3.10.1. - [Release notes](https://github.com/govuk-one-login/devplatform-upload-action/releases) - [Commits](govuk-one-login/devplatform-upload-action@v3.9.2...v3.10.1) --- updated-dependencies: - dependency-name: govuk-one-login/devplatform-upload-action dependency-version: 3.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 218893b commit 553e0bd

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)