Skip to content

Commit

Permalink
chore(deps): Update actions/checkout action to v4.2.2 (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Oct 29, 2024
1 parent e7be136 commit 1dd4f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
matrix:
folder: [test/integration]
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version-file: ${{ matrix.folder }}/go.mod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-tf-min.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: 'lint-terraform-min'
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871' # v4.2.1
- uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4.2.2
- name: Cache tfenv
id: cache-tfenv
uses: actions/cache@v4
Expand Down

0 comments on commit 1dd4f2d

Please sign in to comment.