Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
############ Setup ############
- name: Repo checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install C++ dependencies
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
checks: write
steps:
- name: Repo checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Rust toolchain
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
matrix:
rust-version: ["msrv", "stable"]
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Install toml-cli using cargo
uses: baptiste0928/cargo-install@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security_scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
############ Setup ############
- name: Repo checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Rust toolchain
Expand Down
Loading