Skip to content

Commit 2332d6b

Browse files
Bump actions/checkout from 6.0.1 to 6.0.2 (#189)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7960f58 commit 2332d6b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/builder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
publish: ${{ steps.version.outputs.publish }}
2828
steps:
2929
- name: Checkout the repository
30-
uses: actions/checkout@v6.0.1
30+
uses: actions/checkout@v6.0.2
3131
with:
3232
fetch-depth: 0
3333

@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-24.04-arm
5959
steps:
6060
- name: Checkout the repository
61-
uses: actions/checkout@v6.0.1
61+
uses: actions/checkout@v6.0.2
6262

6363
- name: Login to GitHub Container Registry
6464
if: needs.init.outputs.publish == 'true'
@@ -90,7 +90,7 @@ jobs:
9090
steps:
9191
- name: Checkout the repository
9292
if: needs.init.outputs.publish == 'true'
93-
uses: actions/checkout@v6.0.1
93+
uses: actions/checkout@v6.0.2
9494

9595
- name: Initialize git
9696
if: needs.init.outputs.publish == 'true'

.github/workflows/hadolint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
name: lint
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v6.0.1
12+
- uses: actions/checkout@v6.0.2
1313
- uses: brpaz/hadolint-action@v1.5.0

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Release Drafter
1212
steps:
1313
- name: Checkout the repository
14-
uses: actions/checkout@v6.0.1
14+
uses: actions/checkout@v6.0.2
1515
with:
1616
fetch-depth: 0
1717

0 commit comments

Comments
 (0)