Skip to content

Commit ab6e8e4

Browse files
Bump actions/checkout from 4.2.2 to 5.0.0 (#61)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08c6903) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 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 9ea6772 commit ab6e8e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/branch-protection.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- 3.4.4
2222
runs-on: ${{ matrix.os }}
2323
steps:
24-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
24+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2525
- uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9
2626
with:
2727
ruby-version: ${{ matrix.ruby }}

.github/workflows/continuous-delivery.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- ubuntu-24.04-arm
2424
runs-on: ${{ matrix.os }}
2525
steps:
26-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
26+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2727
- uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9
2828
with:
2929
ruby-version: 3.4.4

0 commit comments

Comments
 (0)