Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 27, 2024
1 parent a77d7fa commit 9b38695
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-email-function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3

- uses: oven-sh/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
needs: [build_email_function]

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3

- name: Read .terraform-version
id: terraform_version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3

- name: Read .terraform-version
id: terraform_version
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/validate-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3

- uses: actions/[email protected]
with:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3

- uses: actions/[email protected]
with:
Expand All @@ -84,7 +84,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3

- uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-email-function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3

- name: Set up Biome
uses: biomejs/setup-biome@v2
Expand Down

0 comments on commit 9b38695

Please sign in to comment.