Skip to content

Commit eff8d12

Browse files
Bump actions/checkout from 6 to 6.0.2 in the actions-patch-minor group (#254)
Bumps the actions-patch-minor group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-patch-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a863640 commit eff8d12

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout Code
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v6.0.2
2323
- name: Run markdownlint-cli
2424
uses: nosborn/github-action-markdown-cli@v3.5.0
2525
with:
@@ -37,7 +37,7 @@ jobs:
3737
- '21'
3838
- '24'
3939
steps:
40-
- uses: actions/checkout@v6
40+
- uses: actions/checkout@v6.0.2
4141
- name: Set up JDK ${{ matrix.java-version }}
4242
uses: actions/setup-java@v5
4343
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout Code
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v6.0.2
2929
- name: Set up JVM
3030
uses: actions/setup-java@v5
3131
with:

.github/workflows/sync-test-fixtures.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v6
13+
uses: actions/checkout@v6.0.2
1414
- name: Sync fixtures
1515
id: sync
1616
run: |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@v6.0.2
1414
- name: Update Gradle Wrapper
1515
uses: gradle-update/update-gradle-wrapper-action@v2
1616
with:

0 commit comments

Comments
 (0)