Skip to content

Commit 289dc9a

Browse files
build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fb1198e commit 289dc9a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
name: check conventional commit compliance
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
with:
1515
fetch-depth: 0
1616
# pick the pr HEAD instead of the merge commit only if it's a PR, otherwise use the default
@@ -28,7 +28,7 @@ jobs:
2828
- stable
2929
runs-on: ${{ matrix.os }}
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232

3333
- uses: taiki-e/install-action@just
3434

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
#
2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
# Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
2828
- name: Log in to the Container registry
2929
uses: docker/login-action@v3

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout sources
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
- name: Install toolchain
2121
uses: dtolnay/rust-toolchain@stable
@@ -42,7 +42,7 @@ jobs:
4242
- { os: macOS-latest, target: aarch64-apple-darwin, use-cross: true }
4343
steps:
4444
- name: Checkout source code
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v5
4646

4747
- name: Extract crate information
4848
shell: bash

0 commit comments

Comments
 (0)