Skip to content

Commit c352486

Browse files
dependabot[bot]xuwei-k
authored andcommitted
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] <support@github.com>
1 parent 74bf0ae commit c352486

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Check out the repo
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717

1818
- name: Docker meta
1919
id: meta

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
java: [17]
1313
steps:
1414
- name: Checkout GitBucket repo
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
with:
1717
repository: gitbucket/gitbucket
1818
path: gitbucket
@@ -37,7 +37,7 @@ jobs:
3737
sbt executable
3838
3939
- name: Check out the repo
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141
with:
4242
path: docker
4343

0 commit comments

Comments
 (0)