Skip to content

Commit ddf8ad8

Browse files
Bump actions/checkout from 3 to 5 (#5805)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ef2d483 commit ddf8ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
5151
DEVISE_ORM: ${{ matrix.orm }}
5252
steps:
53-
- uses: actions/checkout@v3
53+
- uses: actions/checkout@v5
5454
- uses: ruby/setup-ruby@v1
5555
with:
5656
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)