Skip to content

Commit 0285c2d

Browse files
Bump actions/checkout from 3 to 5
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] <support@github.com>
1 parent d239e91 commit 0285c2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/combine-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
console.log('Combined: ' + combined);
9696
return combined
9797
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
98-
- uses: actions/checkout@v3
98+
- uses: actions/checkout@v5
9999
with:
100100
fetch-depth: 0
101101
# Creates a branch with other PR branches merged together

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
run:
1818
working-directory: jsonschema2pojo-gradle-plugin/example/android
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v5
2121
- uses: gradle/wrapper-validation-action@v3

0 commit comments

Comments
 (0)