Skip to content
This repository was archived by the owner on Jun 5, 2026. It is now read-only.

Commit 645fcbc

Browse files
chore(deps): update actions/checkout action to v6
| datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/checkout | v5 | v6 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent ac8b19f commit 645fcbc

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2222
with:
2323
persist-credentials: false
2424
- name: Setup go

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1515
with:
1616
fetch-depth: 0
1717
persist-credentials: false

.github/workflows/sync-k6-deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
GH_TOKEN: ${{ github.token }}
1717
BRANCH_NAME: ci-sync-deps
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2020
with:
2121
fetch-depth: 0
2222
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
go-version: "1.24.x"
3434
cache: false
3535
- name: Checkout code
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3737
with:
3838
persist-credentials: false
3939

0 commit comments

Comments
 (0)