Skip to content

Commit 3cb688b

Browse files
chore(deps): update actions/checkout action to v6
1 parent a15d18a commit 3cb688b

File tree

19 files changed

+28
-28
lines changed

19 files changed

+28
-28
lines changed

.github/workflows/spring-batch-db-example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
distribution: [ 'temurin' ]
2424
java: [ '21' ]
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
with:
2828
fetch-depth: 0
2929

@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Checkout repository and submodules
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
4545
with:
4646
submodules: true
4747

.github/workflows/spring-batch-file-example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
distribution: [ 'temurin' ]
2424
java: [ '21' ]
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
with:
2828
fetch-depth: 0
2929

@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Checkout repository and submodules
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
4545
with:
4646
submodules: true
4747

.github/workflows/spring-jasper-example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
distribution: [ 'temurin' ]
2424
java: [ '21' ]
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
with:
2828
fetch-depth: 0
2929

@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Checkout repository and submodules
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
4545
with:
4646
submodules: true
4747

.github/workflows/spring-kafka-example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
distribution: [ 'temurin' ]
2424
java: [ '21' ]
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
with:
2828
fetch-depth: 0
2929

@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Checkout repository and submodules
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
4545
with:
4646
submodules: true
4747

.github/workflows/spring-keycloak-example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
distribution: [ 'temurin' ]
2424
java: [ '21' ]
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
with:
2828
fetch-depth: 0
2929

@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Checkout repository and submodules
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
4545
with:
4646
submodules: true
4747

.github/workflows/spring-multimodule-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
distribution: [ 'temurin' ]
2424
java: [ '21' ]
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
with:
2828
fetch-depth: 0
2929

.github/workflows/spring-mysql-example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
distribution: [ 'temurin' ]
2424
java: [ '21' ]
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
with:
2828
fetch-depth: 0
2929

@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Checkout repository and submodules
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
4545
with:
4646
submodules: true
4747

.github/workflows/spring-oracle-example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
distribution: [ 'temurin' ]
2424
java: [ '21' ]
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
with:
2828
fetch-depth: 0
2929

@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Checkout repository and submodules
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
4545
with:
4646
submodules: true
4747

.github/workflows/spring-postgres-example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
distribution: [ 'temurin' ]
2424
java: [ '21' ]
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
with:
2828
fetch-depth: 0
2929

@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Checkout repository and submodules
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
4545
with:
4646
submodules: true
4747

.github/workflows/spring-prometheus-grafana-example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
distribution: [ 'temurin' ]
2424
java: [ '21' ]
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
with:
2828
fetch-depth: 0
2929

@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Checkout repository and submodules
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
4545
with:
4646
submodules: true
4747

0 commit comments

Comments
 (0)