Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 25, 2024
1 parent f7b052a commit 01565cb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4.1.4
- name: lint
uses: reviewdog/action-golangci-lint@v2.2.2
with:
Expand All @@ -24,7 +24,7 @@ jobs:
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4.1.4
- uses: actions/setup-go@v4.0.1
with:
go-version: ${{ matrix.go_version }}
Expand All @@ -46,7 +46,7 @@ jobs:
needs:
- test
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4.1.4
- uses: actions/download-artifact@v3.0.2
with:
name: coverage
Expand All @@ -59,7 +59,7 @@ jobs:
outputs:
will_release: ${{ steps.determine_release.outputs.new_release_published }}
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4.1.4
- id: determine_release
uses: cycjimmy/semantic-release-action@v3.2.0
with:
Expand All @@ -77,7 +77,7 @@ jobs:
if: ${{ needs.determine_release.outputs.will_release }}
environment: stable
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4.1.4
with:
fetch-depth: 0
- uses: cycjimmy/semantic-release-action@v3.2.0
Expand Down

0 comments on commit 01565cb

Please sign in to comment.