Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.2.0 (#3440)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 26, 2024
1 parent c8eb10a commit 3b96219
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
check-links:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
with:
fetch-depth: 0
- uses: lycheeverse/lychee-action@v1.10.0
Expand All @@ -35,7 +35,7 @@ jobs:
run-script: ./goyek.sh -v -skip-docker ci
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- uses: actions/setup-go@v5.0.2
with:
go-version: '1.23'
Expand All @@ -57,7 +57,7 @@ jobs:
os: [ubuntu-20.04, windows-2022, macos-14]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- uses: actions/setup-go@v5.0.2
with:
go-version: ${{ matrix.go-version }}
Expand Down

0 comments on commit 3b96219

Please sign in to comment.