Skip to content

Commit 94dbbd6

Browse files
Bump actions/checkout from 5 to 6 in /.github/workflows
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] <[email protected]>
1 parent 3ad4280 commit 94dbbd6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
Dependabot:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- name: Install perquisite
1414
run: |
1515
pip3 install dockerfile-parse

.github/workflows/docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
push_matrix: ${{ steps.set-matrix.outputs.push_matrix }}
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0
2222
- name: Setup Matrix-Jobs
@@ -64,7 +64,7 @@ jobs:
6464
${{ insert }}: ${{ fromJson(needs.Setup.outputs.build_matrix) }}
6565
steps:
6666
- name: Checkout
67-
uses: actions/checkout@v5
67+
uses: actions/checkout@v6
6868

6969
- name: Login to Docker Hub
7070
if: github.event_name == 'push'
@@ -157,7 +157,7 @@ jobs:
157157
${{ insert }}: ${{ fromJson(needs.Setup.outputs.push_matrix) }}
158158
steps:
159159
- name: Checkout
160-
uses: actions/checkout@v5
160+
uses: actions/checkout@v6
161161

162162
- name: Login to Docker Hub
163163
uses: docker/login-action@v3

0 commit comments

Comments
 (0)