Skip to content

Commit db57fbf

Browse files
committed
ci: update deps
1 parent a2e4ee0 commit db57fbf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/_build-rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ${{ inputs.runs-on }}
6262
steps:
6363
- name: Check out
64-
uses: actions/checkout@v3
64+
uses: actions/checkout@v4
6565
- name: Install Rust toolchain
6666
uses: actions-rs/toolchain@v1
6767
with:

.github/workflows/integrationtest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Check out
24-
uses: actions/checkout@v3
25-
- uses: cachix/install-nix-action@v20
24+
uses: actions/checkout@v4
25+
- uses: cachix/install-nix-action@v22
2626
with:
2727
# This channel is only required to invoke "nix-shell".
2828
# Everything inside that nix-shell will use a pinned version of

.github/workflows/qa.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on: [ push, pull_request ]
55
jobs:
66
spellcheck:
77
name: Spellcheck
8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
# Executes "typos ."
12-
- uses: crate-ci/typos@v1.15.2
12+
- uses: crate-ci/typos@v1.16.2

0 commit comments

Comments
 (0)