Skip to content

Commit 2562043

Browse files
Bump actions/checkout from 4 to 5 in /.github/workflows
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 f97f21e commit 2562043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
workspace_container_tests:
2222
runs-on: ubuntu-24.04
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525

2626
- name: Set up Python 3.10
2727
uses: actions/setup-python@v5
@@ -57,7 +57,7 @@ jobs:
5757
wired_tiger: 'false'
5858
gradle_test: 'testQuick'
5959
steps:
60-
- uses: actions/checkout@v4
60+
- uses: actions/checkout@v5
6161

6262
- name: Set up java
6363
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)