Skip to content

Commit bdb1bb2

Browse files
Merge pull request #187 from SKaiNET-developers/dependabot/github_actions/actions/checkout-7
build(deps): Bump actions/checkout from 6 to 7
2 parents d9a0518 + 204756f commit bdb1bb2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

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

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@v7
1717

1818
- name: Copy CI gradle.properties
1919
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties

.github/workflows/docs.yml

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

2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v6
31+
uses: actions/checkout@v7
3232

3333
- name: Build custom Antora image
3434
run: |

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: macOS-latest
1212
steps:
1313
- name: Check out code
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v7
1515
- name: Set up JDK 25
1616
uses: actions/setup-java@v5
1717
with:

.github/workflows/smoke-reference.yml

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

5151
steps:
5252
- name: Checkout
53-
uses: actions/checkout@v6
53+
uses: actions/checkout@v7
5454

5555
- name: Copy CI gradle.properties
5656
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties

0 commit comments

Comments
 (0)