Skip to content

Commit

Permalink
updating checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichard committed Sep 29, 2023
1 parent 676c17b commit 473768c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- version: 1.63.0 # MSRV
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Generate cache key
run: echo "${{ matrix.rust.version }}" | tee .cache_key
- name: cache
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
# runs-on: ubuntu-20.04
# steps:
# - name: Checkout
# uses: actions/checkout@v2
# uses: actions/checkout@v4
# - name: Cache
# uses: actions/cache@v2
# with:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set default toolchain
run: rustup default nightly
- name: Set profile
Expand Down

0 comments on commit 473768c

Please sign in to comment.