Skip to content

Commit d30faae

Browse files
chore(deps): bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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 c6a6bb9 commit d30faae

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check-ps3netsrv-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
update-version:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v6
1111
with:
1212
token: ${{ secrets.REPO_SCOPED_TOKEN }}
1313
ref: main

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v6
3737

3838
- name: Set up Docker Buildx
3939
id: buildx_test
@@ -79,7 +79,7 @@ jobs:
7979

8080
steps:
8181
- name: Checkout
82-
uses: actions/checkout@v4
82+
uses: actions/checkout@v6
8383
with:
8484
ref: ${{ github.ref }}
8585

@@ -190,7 +190,7 @@ jobs:
190190

191191
- name: Checkout main
192192
if: steps.prep.outputs.release == 'true'
193-
uses: actions/checkout@v4
193+
uses: actions/checkout@v6
194194
with:
195195
ref: main
196196

0 commit comments

Comments
 (0)