Skip to content

Commit

Permalink
chore(deps): update all non-major github action dependencies (#188)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent bad3e72 commit 3a19c9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests_lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
go-tests:
if: github.ref != 'refs/heads/main'
runs-on: ubuntu-latest
container: golang:1.23.2@sha256:ad5c126b5cf501a8caef751a243bb717ec204ab1aa56dc41dc11be089fafcb4f
container: golang:1.23.3@sha256:73f06be4578c9987ce560087e2e2ea6485fb605e3910542cadd8fa09fc5f3e31

services:
dynamodb-local:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull_requests_terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
aws-region: ${{ env.AWS_REGION }}

- name: Plan aws/acm
uses: cds-snc/terraform-plan@25afd759b2ada46a94b011fab7a81963c4f3a61a # v3.3.0
uses: cds-snc/terraform-plan@d79bcf0eccf632a0ad9e9193072b42c970766c5b # v3.3.1
with:
comment-delete: true
comment-title: Plan for aws/acm
Expand All @@ -52,7 +52,7 @@ jobs:
terragrunt: true

- name: Plan aws/ecr
uses: cds-snc/terraform-plan@25afd759b2ada46a94b011fab7a81963c4f3a61a # v3.3.0
uses: cds-snc/terraform-plan@d79bcf0eccf632a0ad9e9193072b42c970766c5b # v3.3.1
with:
comment-delete: true
comment-title: Plan for aws/ecr
Expand All @@ -61,7 +61,7 @@ jobs:
terragrunt: true

- name: Plan aws/lambda
uses: cds-snc/terraform-plan@25afd759b2ada46a94b011fab7a81963c4f3a61a # v3.3.0
uses: cds-snc/terraform-plan@d79bcf0eccf632a0ad9e9193072b42c970766c5b # v3.3.1
with:
comment-delete: true
comment-title: Plan for aws/lambda
Expand Down

0 comments on commit 3a19c9f

Please sign in to comment.