Skip to content

Commit

Permalink
Merge pull request #61 from cybozu/dependabot/github_actions/actions-…
Browse files Browse the repository at this point in the history
…dependencies-970b8d0e10

Bump the actions-dependencies group with 1 update
  • Loading branch information
ymmt2005 committed Jan 3, 2024
2 parents 493b9fd + 57d63e2 commit f6577bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
- run: git fetch --force --tags
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
Expand Down

0 comments on commit f6577bf

Please sign in to comment.