Skip to content

Commit 031d01e

Browse files
Bump actions/checkout from 6.0.0 to 6.0.1 (#99)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent efc66bd commit 031d01e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v6.0.0
23+
uses: actions/checkout@v6.0.1
2424
- name: Set up Rust toolchain
2525
uses: actions-rs/toolchain@v1.0.7
2626
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v6.0.0
16+
uses: actions/checkout@v6.0.1
1717
- name: Set up Rust toolchain
1818
uses: actions-rs/toolchain@v1.0.7
1919
with:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v6.0.0
24+
uses: actions/checkout@v6.0.1
2525
- name: Set up Rust toolchain
2626
uses: actions-rs/toolchain@v1.0.7
2727
with:

0 commit comments

Comments
 (0)