Skip to content

Commit

Permalink
Merge pull request #316 from EngineeringKiosk/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/setup-go-5.2.0

Bump actions/setup-go from 5.1.0 to 5.2.0
  • Loading branch information
github-actions[bot] authored Jan 1, 2025
2 parents 4a24fd5 + b5f0811 commit 2b2ed9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/podcast-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v5.1.0
- uses: actions/setup-go@v5.2.0
with:
go-version: 1.22
cache-dependency-path: app/go.sum
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/render-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v5.1.0
- uses: actions/setup-go@v5.2.0
with:
go-version: 1.22

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v5.1.0
- uses: actions/setup-go@v5.2.0
with:
go-version: 1.22

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v5.1.0
- uses: actions/setup-go@v5.2.0
with:
go-version: 1.22

Expand Down

0 comments on commit 2b2ed9b

Please sign in to comment.