Skip to content

Commit

Permalink
Update actions/checkout action dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Oct 10, 2024
1 parent 1692e1a commit 5b5cdbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
name: Check basic style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: LukasKalbertodt/[email protected]

check:
name: 'Build & test'
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Restore Cache
uses: Swatinem/rust-cache@v2
- name: Build
Expand Down

0 comments on commit 5b5cdbc

Please sign in to comment.