Skip to content

Commit b91cada

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 50017c3 commit b91cada

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
ports:
9090
- 5432:5432
9191
steps:
92-
- uses: actions/checkout@v4
92+
- uses: actions/checkout@v6
9393
- uses: ruby/setup-ruby@v1
9494
with:
9595
ruby-version: "${{ matrix.ruby }}"
@@ -135,7 +135,7 @@ jobs:
135135
ports:
136136
- 27017:27017
137137
steps:
138-
- uses: actions/checkout@v4
138+
- uses: actions/checkout@v6
139139
- uses: ruby/setup-ruby@v1
140140
with:
141141
ruby-version: "${{ matrix.ruby }}"

0 commit comments

Comments
 (0)