Skip to content

Commit

Permalink
Merge pull request #14 from haashemi/dependabot/github_actions/all-bb…
Browse files Browse the repository at this point in the history
…19256708

chore(deps): bump actions/setup-go from 5.0.1 to 5.0.2 in the all group
  • Loading branch information
haashemi authored Jul 15, 2024
2 parents b23ae1d + d7b681e commit 8d1048e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install GCC
run: sudo apt-get install gcc
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.0.0
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 #v5.0.1
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 #v5.0.2
with:
go-version-file: go.mod
cache: false
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Install GCC
run: sudo apt-get install gcc
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.0.0
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 #v5.0.1
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 #v5.0.2
with:
go-version-file: go.mod
cache: false
Expand Down

0 comments on commit 8d1048e

Please sign in to comment.