Skip to content

Commit

Permalink
Update actions/checkout action to v4 (#15)
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 Aug 20, 2024
1 parent 8f12770 commit 4604760
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
Expand All @@ -37,7 +37,7 @@ jobs:
needs:
- build
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
Expand All @@ -54,7 +54,7 @@ jobs:
terraform-version:
- '1.5.*'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
Expand Down

0 comments on commit 4604760

Please sign in to comment.