Skip to content

Commit 65a0f35

Browse files
build(deps): bump actions/checkout from 5.0.1 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5.0.1...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fdf73b0 commit 65a0f35

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-next.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- run: podman info
4949

50-
- uses: actions/checkout@v6
50+
- uses: actions/checkout@v6.0.0
5151

5252
- name: Login to ghcr.io
5353
run: podman login --username ${{ github.repository_owner }} --password ${{ secrets.GITHUB_TOKEN }} ghcr.io

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v6.0.0
1818

1919
- name: Set up Go
2020
uses: actions/setup-go@v6

.github/workflows/pr-build-extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-24.04
2929
steps:
3030
- name: Checkout repository
31-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
31+
uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v5.0.1
3232

3333
- name: Set image env var
3434
id: set-image

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
releaseId: ${{ steps.create_release.outputs.id}}
4242

4343
steps:
44-
- uses: actions/checkout@v6
44+
- uses: actions/checkout@v6.0.0
4545
with:
4646
ref: ${{ github.event.inputs.branch }}
4747
- name: Generate tag utilities
@@ -99,7 +99,7 @@ jobs:
9999

100100
- run: podman info
101101

102-
- uses: actions/checkout@v6
102+
- uses: actions/checkout@v6.0.0
103103
with:
104104
ref: ${{ needs.tag.outputs.githubTag }}
105105

0 commit comments

Comments
 (0)