Skip to content

Commit

Permalink
Bump the rest of the actions
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwalker committed Jul 31, 2024
1 parent 5ab1a97 commit 074971b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
NEO4J_VERSION_TAG: ${{ matrix.neo4j }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Set up Rust
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Rust
uses: dtolnay/rust-toolchain@master
with:
Expand All @@ -192,7 +192,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Rust
if: startsWith(github.ref, 'refs/tags/')
uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 074971b

Please sign in to comment.