Skip to content

Commit

Permalink
chore(deps): update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 committed Sep 5, 2023
1 parent 9d8b322 commit 798abc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
toolchain: [stable, "1.60"]
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Rust
uses: dtolnay/rust-toolchain@master
with:
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Rust (nightly)
uses: dtolnay/rust-toolchain@nightly
with:
Expand All @@ -54,7 +54,7 @@ jobs:
continue-on-error: ${{ matrix.checks == 'advisories' }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Check ${{ matrix.checks }}
uses: dnaka91/actions/deny-check@main
with:
Expand Down

0 comments on commit 798abc7

Please sign in to comment.