Skip to content

Commit

Permalink
Update workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom committed Dec 14, 2023
1 parent 125cb70 commit a141232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: '^1.0.0'
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Get dependencies
run: go mod download
- name: Install redis
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: '^1.0.0'
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Get dependencies
run: go mod download
- name: Run tests (without redis)
Expand Down

0 comments on commit a141232

Please sign in to comment.