Skip to content

Commit

Permalink
Update actions/checkout action to v4 (#67)
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] committed Oct 22, 2023
1 parent a79ea5d commit a7d7e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
rust-nightly:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build on Rust NIGHTLY
# language: shell-script
run: |
Expand All @@ -38,7 +38,7 @@ jobs:
rust-stable:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build on Rust STABLE
run: |
docker build . --pull \
Expand Down

0 comments on commit a7d7e6d

Please sign in to comment.