Skip to content

Commit 102e1f4

Browse files
chore(deps): update actions/checkout action to v6
1 parent b9cc323 commit 102e1f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

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

4747
steps:
4848
- name: Checkout repository
49-
uses: actions/checkout@v5
49+
uses: actions/checkout@v6
5050

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
tagRegexGroup: 1 # Optional. Default is 1.
2121

2222
- name: Checkout the repository
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424

2525
- uses: actions/setup-go@v6
2626
with:

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
go-version: ['1.21']
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818

1919
- name: Setup go
2020
uses: actions/setup-go@v6

0 commit comments

Comments
 (0)