Skip to content

Commit 263f614

Browse files
chore(deps): update actions/checkout action to v6
1 parent a7bb63f commit 263f614

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/on_prerelease.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Build and push consumer-producer image to use in our canaries
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
with:
1919
path: src/github.com/${{ env.ORIGINAL_REPO_NAME }}
2020
- uses: docker/setup-buildx-action@v3
@@ -42,7 +42,7 @@ jobs:
4242
working-directory: src/github.com/${{env.ORIGINAL_REPO_NAME}}
4343
steps:
4444
- name: Check out code
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v6
4646
with:
4747
fetch-depth: 1
4848
path: src/github.com/${{env.ORIGINAL_REPO_NAME}}

.github/workflows/on_push_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
working-directory: src/github.com/${{env.ORIGINAL_REPO_NAME}}
3030
steps:
3131
- name: Check out code
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v6
3333
with:
3434
fetch-depth: 1
3535
path: src/github.com/${{env.ORIGINAL_REPO_NAME}}

0 commit comments

Comments
 (0)