Skip to content

Commit

Permalink
Merge pull request #30 from ahrtr/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4.2.0

Bump actions/checkout from 4.1.7 to 4.2.0
  • Loading branch information
ahrtr authored Sep 30, 2024
2 parents 18fd029 + aeaeea0 commit 728979c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
needs: goversion
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3.5.2
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v3.5.2
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: ${{ needs.goversion.outputs.goversion }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
needs: goversion
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- uses: actions/setup-go@v5
with:
go-version: ${{ needs.goversion.outputs.goversion }}
Expand Down

0 comments on commit 728979c

Please sign in to comment.