Skip to content

Commit 0ec1403

Browse files
committed
ci: update deps
1 parent a7c3745 commit 0ec1403

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/_build-rust.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 3 additions & 3 deletions
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)