Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 1, 2024
1 parent 089fb59 commit d84b803
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
# In order:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: 1.19.6
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install goversioninfo
run: |
go install github.com/josephspurrier/goversioninfo/cmd/[email protected]
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
matrix:
goarch: [ "386", amd64 ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: release-${{ github.ref_name }}
Expand Down

0 comments on commit d84b803

Please sign in to comment.