Skip to content

Commit 4bb08c0

Browse files
Bump actions/checkout from 3.5.3 to 4.1.0 (#65)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.3...v4.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d19e3d commit 4bb08c0

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@v3.5.3
23+
uses: actions/checkout@v4.1.0
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@v3.5.3
16+
uses: actions/checkout@v4.1.0
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@v3.5.3
24+
uses: actions/checkout@v4.1.0
2525
- name: Set up Rust toolchain
2626
uses: actions-rs/toolchain@v1.0.7
2727
with:

0 commit comments

Comments
 (0)