Skip to content

Commit 7fddd9f

Browse files
chore(deps): update actions/checkout action to v6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 66bc80f commit 7fddd9f

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
limit-access-to-actor: true
150150

151151
- name: "Checkout"
152-
uses: actions/checkout@v4
152+
uses: actions/checkout@v6
153153

154154
- name: Log checkout completion
155155
run: echo "✅ Checkout completed at $(date -u '+%Y-%m-%d %H:%M:%S UTC')"

.github/workflows/go-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
limit-access-to-actor: true
9494

9595
- name: 'Checkout'
96-
uses: actions/checkout@v4
96+
uses: actions/checkout@v6
9797

9898
- name: Set up Go
9999
uses: actions/setup-go@v5

.github/workflows/npm-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
limit-access-to-actor: true
108108

109109
- name: "Checkout"
110-
uses: actions/checkout@v4
110+
uses: actions/checkout@v6
111111

112112
- name: Check if GHAS is Enabled
113113
uses: actions/github-script@v7

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
cancel-in-progress: false
5757
steps:
5858
- name: Checkout
59-
uses: actions/checkout@v5
59+
uses: actions/checkout@v6
6060
with:
6161
fetch-depth: 0
6262
token: ${{ secrets.github-token || secrets.GITHUB_TOKEN }}

.github/workflows/scorecard.yaml

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

3434
steps:
3535
- name: "Checkout code"
36-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
36+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3737
with:
3838
persist-credentials: false
3939

0 commit comments

Comments
 (0)