Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.4 (#3116)
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] authored Apr 26, 2024
1 parent 5612b08 commit 230f2af
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.2
- uses: actions/checkout@v4.1.4
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.2
- uses: actions/checkout@v4.1.4
- uses: actions/setup-go@v5.0.0
with:
go-version: '1.22'
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
arch: "386"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.4
- uses: actions/setup-go@v5.0.0
with:
go-version: ${{ matrix.go-version }}
Expand Down

0 comments on commit 230f2af

Please sign in to comment.