Skip to content

Commit

Permalink
github/workflows: Update to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed Feb 15, 2024
1 parent c26660e commit b209fa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- { os: windows, arch: amd64 }

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
Expand Down

0 comments on commit b209fa3

Please sign in to comment.