Skip to content

Commit 4236d95

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54dc813 commit 4236d95

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/angular.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
outputs:
4141
matrix: ${{ steps.build.outputs.matrix }}
4242
steps:
43-
- uses: actions/checkout@v5
43+
- uses: actions/checkout@v6
4444
- uses: actions/setup-node@v6
4545
with:
4646
node-version: 22
@@ -63,7 +63,7 @@ jobs:
6363
#----------------------------------------------------------------------
6464
# Install all tools and check configuration
6565
#----------------------------------------------------------------------
66-
- uses: actions/checkout@v5
66+
- uses: actions/checkout@v6
6767
with:
6868
path: jhipster-kotlin
6969
fetch-depth: 2

.github/workflows/build-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
run:
1111
working-directory: ${{ github.workspace }}/app
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
with:
1515
path: generator-jhipster-kotlin
1616
- uses: jhipster/actions/setup-runner@v1

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
with:
1717
# We must fetch at least the immediate parents so that if this is
1818
# a pull request then we can checkout the head.

.github/workflows/copyright-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 40
1818
steps:
1919
# Checkout
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
with:
2222
ref: main
2323
fetch-depth: 0

.github/workflows/generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
timeout-minutes: 20
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
- uses: actions/setup-node@v6
1313
with:
1414
node-version: 20

.github/workflows/react.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
outputs:
4141
matrix: ${{ steps.build.outputs.matrix }}
4242
steps:
43-
- uses: actions/checkout@v5
43+
- uses: actions/checkout@v6
4444
- uses: actions/setup-node@v6
4545
with:
4646
node-version: 22
@@ -63,7 +63,7 @@ jobs:
6363
#----------------------------------------------------------------------
6464
# Install all tools and check configuration
6565
#----------------------------------------------------------------------
66-
- uses: actions/checkout@v5
66+
- uses: actions/checkout@v6
6767
with:
6868
path: jhipster-kotlin
6969
fetch-depth: 2

0 commit comments

Comments
 (0)