Skip to content

Commit 091f3c0

Browse files
authored
Merge pull request #197 from Hepolise/dependabot/github_actions/main/actions/checkout-6
Build(deps): Bump actions/checkout from 5 to 6
2 parents 13b5471 + a49a009 commit 091f3c0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
build:
3333
runs-on: ubuntu-latest
3434
steps:
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636

3737
- name: Set up JDK 21
3838
uses: actions/setup-java@v5

.github/workflows/rebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout repository
12-
uses: actions/checkout@v5
12+
uses: actions/checkout@v6
1313
with:
1414
fetch-depth: 0
1515
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
needs: call-build
1616
steps:
1717
- name: Checkout Code
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919

2020
- name: Download Build Artifacts
2121
uses: actions/download-artifact@v6

0 commit comments

Comments
 (0)