Skip to content

Commit bb5f3df

Browse files
committed
build: update github checkout action version
1 parent 98856b6 commit bb5f3df

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/audit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- name: Checkout sources
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
with:
2626
persist-credentials: false
2727
- name: Install toolchain
@@ -33,4 +33,4 @@ jobs:
3333
run: rustc --version
3434
- run: cargo install cargo-audit
3535
- run: cargo generate-lockfile
36-
- run: cargo audit --deny warnings
36+
- run: cargo audit --deny warnings

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ${{ matrix.os }}
2424
steps:
2525
- name: Checkout sources
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
with:
2828
persist-credentials: false
2929
- name: Install toolchain
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ${{ matrix.os }}
5353
steps:
5454
- name: Checkout sources
55-
uses: actions/checkout@v4
55+
uses: actions/checkout@v5
5656
with:
5757
persist-credentials: false
5858
- name: Install toolchain
@@ -83,7 +83,7 @@ jobs:
8383
runs-on: ${{ matrix.os }}
8484
steps:
8585
- name: Checkout sources
86-
uses: actions/checkout@v4
86+
uses: actions/checkout@v5
8787
with:
8888
persist-credentials: false
8989
- name: Install toolchain
@@ -106,7 +106,7 @@ jobs:
106106
runs-on: ${{ matrix.os }}
107107
steps:
108108
- name: Checkout sources
109-
uses: actions/checkout@v4
109+
uses: actions/checkout@v5
110110
with:
111111
persist-credentials: false
112112
- name: Install toolchain

0 commit comments

Comments
 (0)