This is an automated email from the ASF dual-hosted git repository.
jonnybot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git
The following commit(s) were added to refs/heads/master by this push:
new 58c96569 Bump actions/checkout from 4 to 5
58c96569 is described below
commit 58c9656934b6ce74675924225ca73c897ede845a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 9 03:46:05 2025 +0000
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](https://github.com/actions/checkout/compare/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] <[email protected]>
---
.github/workflows/build-check.yml | 2 +-
.github/workflows/check-manual.yml | 2 +-
.github/workflows/dockerised-cross-browser.yml | 2 +-
.github/workflows/gradle-wrapper-validation.yml | 2 +-
.github/workflows/license-check.yml | 2 +-
.github/workflows/local-browser.yml | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/build-check.yml
b/.github/workflows/build-check.yml
index 975729c8..6e47220d 100644
--- a/.github/workflows/build-check.yml
+++ b/.github/workflows/build-check.yml
@@ -30,7 +30,7 @@ jobs:
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- uses: actions/setup-java@v5
with:
distribution: 'zulu'
diff --git a/.github/workflows/check-manual.yml
b/.github/workflows/check-manual.yml
index 18ae38b1..412ccca2 100644
--- a/.github/workflows/check-manual.yml
+++ b/.github/workflows/check-manual.yml
@@ -30,7 +30,7 @@ jobs:
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- uses: actions/setup-java@v5
with:
distribution: 'zulu'
diff --git a/.github/workflows/dockerised-cross-browser.yml
b/.github/workflows/dockerised-cross-browser.yml
index bac70973..79408d11 100644
--- a/.github/workflows/dockerised-cross-browser.yml
+++ b/.github/workflows/dockerised-cross-browser.yml
@@ -30,7 +30,7 @@ jobs:
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- uses: actions/setup-java@v5
with:
distribution: 'zulu'
diff --git a/.github/workflows/gradle-wrapper-validation.yml
b/.github/workflows/gradle-wrapper-validation.yml
index 212717e0..bce29432 100644
--- a/.github/workflows/gradle-wrapper-validation.yml
+++ b/.github/workflows/gradle-wrapper-validation.yml
@@ -35,5 +35,5 @@ jobs:
name: "Validation"
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- uses: gradle/wrapper-validation-action@v3
diff --git a/.github/workflows/license-check.yml
b/.github/workflows/license-check.yml
index ef352db5..69fd4f29 100644
--- a/.github/workflows/license-check.yml
+++ b/.github/workflows/license-check.yml
@@ -26,7 +26,7 @@ jobs:
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- uses: actions/setup-java@v5
with:
distribution: 'zulu'
diff --git a/.github/workflows/local-browser.yml
b/.github/workflows/local-browser.yml
index 22848b2a..3e5350f7 100644
--- a/.github/workflows/local-browser.yml
+++ b/.github/workflows/local-browser.yml
@@ -30,7 +30,7 @@ jobs:
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- uses: actions/setup-java@v5
with:
distribution: 'zulu'