Skip to content

Commit

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

Bump actions/setup-go from 5.0.1 to 5.0.2
  • Loading branch information
andygrunwald authored Aug 17, 2024
2 parents 3f6ebff + 23039ca commit cdb84fe
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/[email protected].1
- uses: actions/[email protected].2
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/[email protected].1
- uses: actions/[email protected].2
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/[email protected].1
- uses: actions/[email protected].2
with:
go-version: 1.22

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

steps:
- uses: actions/[email protected]
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
go-version: 1.22

Expand Down

0 comments on commit cdb84fe

Please sign in to comment.