Skip to content

Commit

Permalink
⬆️ update: upgrade actions/checkout to v5 (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwnmengjing authored Feb 20, 2025
1 parent 39a0f96 commit 43f3ef1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup golang
uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.24
- name: Start Redis
uses: supercharge/redis-github-action@1.8.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup golang
uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.24
- name: Start Redis
uses: supercharge/redis-github-action@1.8.0
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup golang
uses: actions/setup-go@v4
with:
go-version: 1.22
go-version: 1.24
- name: Install swag
run: go install github.com/swaggo/swag/cmd/swag@latest

Expand Down

0 comments on commit 43f3ef1

Please sign in to comment.