Skip to content

Commit b8e5c6c

Browse files
Bump the all-actions group across 2 directories with 1 update (#73)
Bumps the all-actions group with 1 update in the / directory: [shopsmart/github-actions](https://github.com/shopsmart/github-actions). Bumps the all-actions group with 1 update in the /actions/deploy-to-s3-bucket directory: [shopsmart/github-actions](https://github.com/shopsmart/github-actions). Updates `shopsmart/github-actions` from 3 to 4 - [Release notes](https://github.com/shopsmart/github-actions/releases) - [Commits](v3...v4) Updates `shopsmart/github-actions` from 3 to 4 - [Release notes](https://github.com/shopsmart/github-actions/releases) - [Commits](v3...v4) --- updated-dependencies: - dependency-name: shopsmart/github-actions dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: shopsmart/github-actions dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 927f891 commit b8e5c6c

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/build-ecr-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ jobs:
289289
290290
- name: 'Notify slack of build started'
291291
if: (inputs.skip-if-exists == false || steps.already-exists.outputs.answer == 'false') && inputs.notify-slack == true
292-
uses: shopsmart/github-actions/actions/notify-slack@v3
292+
uses: shopsmart/github-actions/actions/notify-slack@v4
293293
with:
294294
application: ${{ inputs.application }}
295295
status: started
@@ -301,7 +301,7 @@ jobs:
301301
- name: 'Is github release?'
302302
id: is-gh-release
303303
if: inputs.skip-if-exists == false || steps.already-exists.outputs.answer == 'false'
304-
uses: shopsmart/github-actions/actions/is-gh-release@v3
304+
uses: shopsmart/github-actions/actions/is-gh-release@v4
305305
with:
306306
ref: ${{ inputs.ref }}
307307

@@ -415,7 +415,7 @@ jobs:
415415

416416
- name: 'Notify slack of build status'
417417
if: always() && (inputs.skip-if-exists == false || steps.already-exists.outputs.answer == 'false') && inputs.notify-slack == true
418-
uses: shopsmart/github-actions/actions/notify-slack@v3
418+
uses: shopsmart/github-actions/actions/notify-slack@v4
419419
with:
420420
application: ${{ inputs.application }}
421421
status: ${{ job.status }}

.github/workflows/deploy-lambda-function.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
steps:
159159
- name: 'Notify slack of deployment started'
160160
if: inputs.notify-slack == true
161-
uses: shopsmart/github-actions/actions/notify-slack@v3
161+
uses: shopsmart/github-actions/actions/notify-slack@v4
162162
with:
163163
application: ${{ inputs.application }}
164164
environment: ${{ inputs.environment }}
@@ -198,7 +198,7 @@ jobs:
198198
# deploy
199199
- name: 'Deploy'
200200
id: deploy
201-
uses: shopsmart/github-actions/actions/deploy-lambda-function@v3
201+
uses: shopsmart/github-actions/actions/deploy-lambda-function@v4
202202
with:
203203
zip-file: ${{ inputs.pattern }}
204204
function-name: ${{ inputs.function-name }}
@@ -232,7 +232,7 @@ jobs:
232232
233233
- name: 'Notify slack of deployment status'
234234
if: always() && inputs.notify-slack == true
235-
uses: shopsmart/github-actions/actions/notify-slack@v3
235+
uses: shopsmart/github-actions/actions/notify-slack@v4
236236
with:
237237
application: ${{ inputs.application }}
238238
environment: ${{ inputs.environment }}

.github/workflows/notify-slack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-latest
5757
steps:
5858
- name: 'Notify slack'
59-
uses: shopsmart/github-actions/actions/notify-slack@v3
59+
uses: shopsmart/github-actions/actions/notify-slack@v4
6060
with:
6161
application: ${{ inputs.application }}
6262
environment: ${{ inputs.environment }}

.github/workflows/register-task-definition.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
steps:
185185
- name: 'Notify slack of deployment started'
186186
if: inputs.notify-slack == true
187-
uses: shopsmart/github-actions/actions/notify-slack@v3
187+
uses: shopsmart/github-actions/actions/notify-slack@v4
188188
with:
189189
application: ${{ inputs.application }}
190190
environment: ${{ inputs.environment }}
@@ -197,7 +197,7 @@ jobs:
197197

198198
- name: 'Notify datadog of deployment'
199199
if: inputs.notify-datadog == true
200-
uses: shopsmart/github-actions/actions/create-datadog-downtime@v3
200+
uses: shopsmart/github-actions/actions/create-datadog-downtime@v4
201201
with:
202202
datadog-api-key: ${{ secrets.datadog-api-key }}
203203
datadog-app-key: ${{ secrets.datadog-app-key }}
@@ -236,14 +236,14 @@ jobs:
236236
force-new-deployment: ${{ inputs.force-new-deployment }}
237237

238238
- name: 'Tag the task definition'
239-
uses: shopsmart/github-actions/actions/tag-ecs-resource@v3
239+
uses: shopsmart/github-actions/actions/tag-ecs-resource@v4
240240
with:
241241
resource-arn: ${{ steps.register.outputs.task-definition-arn }}
242242
tags: ${{ inputs.task-definition-tags }}
243243

244244
- name: 'Tag the ECS Service'
245245
if: inputs.service != ''
246-
uses: shopsmart/github-actions/actions/tag-ecs-resource@v3
246+
uses: shopsmart/github-actions/actions/tag-ecs-resource@v4
247247
with:
248248
resource-arn: ${{ env.ECS_SERVICE_ARN }}
249249
tags: ${{ inputs.service-tags }}
@@ -256,7 +256,7 @@ jobs:
256256

257257
- name: 'Notify slack of deployment status'
258258
if: always() && inputs.notify-slack == true
259-
uses: shopsmart/github-actions/actions/notify-slack@v3
259+
uses: shopsmart/github-actions/actions/notify-slack@v4
260260
with:
261261
application: ${{ inputs.application }}
262262
environment: ${{ inputs.environment }}

.github/workflows/render-task-definition.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
149149
- name: 'Render task definition'
150150
id: render
151-
uses: shopsmart/github-actions/actions/render-jinjanator-template@v3
151+
uses: shopsmart/github-actions/actions/render-jinjanator-template@v4
152152
with:
153153
working-directory: ${{ inputs.working-directory }}
154154
template: ${{ inputs.template }}

actions/deploy-to-s3-bucket/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747

4848
- name: 'Unpack assets'
4949
id: unpack
50-
uses: shopsmart/github-actions/actions/unpack-archive@v3
50+
uses: shopsmart/github-actions/actions/unpack-archive@v4
5151
with:
5252
filename: ${{ inputs.pattern }}
5353
destination: assets

0 commit comments

Comments
 (0)