Skip to content

Commit 53577d9

Browse files
dependabot[bot]paul58914080
authored andcommitted
ci: bump actions/checkout from 6 to 7 in the actions-core group
Bumps the actions-core group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-core ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f967130 commit 53577d9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-for-example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919
- name: Set up JDK 25
2020
uses: actions/setup-java@v5
2121
with:

.github/workflows/ci-from-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout PR branch
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v7
1515
with:
1616
# checkout the pull request head ref when available, otherwise fallback to the workflow ref
1717
ref: ${{ github.head_ref || github.ref }}

.github/workflows/generate-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
GENERATED_BRANCH_NAME: generated-template
1515
steps:
1616
- name: Checkout main
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
with:
1919
ref: main
2020
fetch-depth: 0

0 commit comments

Comments
 (0)