Skip to content

Commit

Permalink
bump actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
trevyn committed Feb 24, 2024
1 parent 0ede56e commit 3bb1e34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# checklinks:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: actions/checkout@v4

# - uses: trevyn/lychee-action@v1
# id: lychee
Expand All @@ -37,7 +37,7 @@ jobs:
rust: ["1.56.1", stable, beta, nightly]

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

- run: rustup default ${{ matrix.rust }} && rustup update ${{ matrix.rust }}

Expand All @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest

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

- run: rustup default nightly && rustup update nightly

Expand All @@ -71,7 +71,7 @@ jobs:
if: ${{ startsWith(github.event.head_commit.message, 'tracked@') && github.event_name == 'push' && github.ref == 'refs/heads/main' }}

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

- run: rustup default stable && rustup update stable

Expand Down

0 comments on commit 3bb1e34

Please sign in to comment.