Skip to content

Commit e3f278d

Browse files
Bump actions/checkout from 4.1.5 to 6.0.2 (#153)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.5...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2cf612 commit e3f278d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker.build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
-
1616
name: Checkout
17-
uses: actions/checkout@v4.1.5
17+
uses: actions/checkout@v6.0.2
1818
-
1919
name: Docker meta
2020
id: docker_meta

.github/workflows/docker.lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4.1.5
14+
uses: actions/checkout@v6.0.2
1515
- name: lint
1616
uses: hadolint/hadolint-action@v3.3.0
1717
with:

.github/workflows/github.prs.combine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
console.log('Combined: ' + combined);
9494
return combined
9595
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
96-
- uses: actions/checkout@v4.1.5
96+
- uses: actions/checkout@v6.0.2
9797
with:
9898
fetch-depth: 0
9999
token: ${{ secrets.GH_TOKEN_PLUSW }}

0 commit comments

Comments
 (0)