Skip to content

Commit

Permalink
bump actions/checkout@v3 and actions/setup-go@v3 (#1375)
Browse files Browse the repository at this point in the history
* bump actions/checkout@v3 and actions/setup-go@v3

* enable cache of actions/setup-go

* Revert "enable cache of actions/setup-go"

I don't know why, but some jobs fail with "Could not get cache folder paths".
This reverts commit 185228e.
  • Loading branch information
shogo82148 committed Dec 9, 2022
1 parent 5cee457 commit 4591e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -66,8 +66,8 @@ jobs:
fail-fast: false
matrix: ${{ fromJSON(needs.list.outputs.matrix) }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- uses: shogo82148/actions-setup-mysql@v1
Expand Down

0 comments on commit 4591e42

Please sign in to comment.