Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4 (#135)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 5, 2023
1 parent 75b207b commit 6a8ada5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Shellcheck
uses: reviewdog/action-shellcheck@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: checkout
id: checkout_code
uses: actions/checkout@v2
uses: actions/checkout@v4

- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
with:
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 @@ -19,7 +19,7 @@ jobs:
steps:
- name: checkout
id: checkout_code
uses: actions/checkout@v2
uses: actions/checkout@v4

- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
with:
Expand Down

0 comments on commit 6a8ada5

Please sign in to comment.