Skip to content

Commit 5f24c8d

Browse files
chore(deps): update actions/checkout action to v7
1 parent af8622c commit 5f24c8d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
unit-tests:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v6.0.2
9+
- uses: actions/checkout@v7.0.0
1010
with:
1111
fetch-depth: 2
1212
- uses: actions/setup-go@v6.4.0

.github/workflows/codeql.yml

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

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v6
41+
uses: actions/checkout@v7
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.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.0.2
17+
- uses: actions/checkout@v7.0.0
1818

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

0 commit comments

Comments
 (0)