Skip to content

Commit

Permalink
Merge pull request #66 from paulvollmer/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-go-5.3.0

chore(deps): bump actions/setup-go from 5.2.0 to 5.3.0
  • Loading branch information
github-actions[bot] authored Feb 1, 2025
2 parents 07aa8cd + 8967021 commit 49f1c3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v5.2.0
uses: actions/setup-go@v5.3.0
with:
go-version: 1.18

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-mod-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5.2.0
- uses: actions/setup-go@v5.3.0
with:
go-version: 1.18

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v5.2.0
uses: actions/setup-go@v5.3.0
with:
go-version: 1.18

Expand Down

0 comments on commit 49f1c3b

Please sign in to comment.