Skip to content

Commit ec779ef

Browse files
Bump actions/checkout from 5.0.0 to 5.0.1 (#243)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 431a036 commit ec779ef

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/builder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
publish: ${{ steps.version.outputs.publish }}
3030
steps:
3131
- name: Checkout the repository
32-
uses: actions/checkout@v5.0.0
32+
uses: actions/checkout@v5.0.1
3333
with:
3434
fetch-depth: 0
3535

@@ -56,7 +56,7 @@ jobs:
5656
arch: ${{ fromJson(needs.init.outputs.architectures) }}
5757
steps:
5858
- name: Checkout the repository
59-
uses: actions/checkout@v5.0.0
59+
uses: actions/checkout@v5.0.1
6060

6161
- name: Login to GitHub Container Registry
6262
if: needs.init.outputs.publish == 'true'
@@ -87,7 +87,7 @@ jobs:
8787
steps:
8888
- name: Checkout the repository
8989
if: needs.init.outputs.publish == 'true'
90-
uses: actions/checkout@v5.0.0
90+
uses: actions/checkout@v5.0.1
9191

9292
- name: Initialize git
9393
if: needs.init.outputs.publish == 'true'

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: lint
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5.0.0
12+
- uses: actions/checkout@v5.0.1
1313
- name: golangci-lint
1414
uses: golangci/golangci-lint-action@v9.0.0
1515
with:

.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@v5.0.0
12+
- uses: actions/checkout@v5.0.1
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@v5.0.0
14+
uses: actions/checkout@v5.0.1
1515
with:
1616
fetch-depth: 0
1717

0 commit comments

Comments
 (0)