Skip to content

Commit e770efb

Browse files
authored
Revert "chore: bump actions/checkout from 6 to 7 in the github-actions group" (#10123)
Revert "chore: bump actions/checkout from 6 to 7 in the github-actions group …" This reverts commit 0f6b98c.
1 parent b10e27e commit e770efb

8 files changed

Lines changed: 8 additions & 8 deletions

.github/workflows/codeql-analysis.yml

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 repository
36-
uses: actions/checkout@v7
36+
uses: actions/checkout@v6
3737

3838
# Retrieve build locations with `go env`
3939
# <https://markphelps.me/posts/speed-up-your-go-builds-with-actions-cache/>

.github/workflows/integration-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929

3030
- name: Check out code into the Go module directory
31-
uses: actions/checkout@v7
31+
uses: actions/checkout@v6
3232
with:
3333
fetch-depth: 0
3434

.github/workflows/linters-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: go
2222

2323
- name: Check out code into the Go module directory
24-
uses: actions/checkout@v7
24+
uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 0
2727

.github/workflows/scorecards.yml

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

2424
steps:
2525
- name: "Checkout code"
26-
uses: actions/checkout@v7
26+
uses: actions/checkout@v6
2727
with:
2828
persist-credentials: false
2929

.github/workflows/unit-tests-darwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717

1818
- name: Check out code into the Go module directory
19-
uses: actions/checkout@v7
19+
uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0
2222

.github/workflows/unit-tests-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: go
2222

2323
- name: Check out code into the Go module directory
24-
uses: actions/checkout@v7
24+
uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 0
2727

.github/workflows/unit-tests-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818

1919
- name: Check out code into the Go module directory
20-
uses: actions/checkout@v7
20+
uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
2323

.github/workflows/verify-examples.yml

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

1717
steps:
1818
- name: Check out code
19-
uses: actions/checkout@v7
19+
uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0
2222

0 commit comments

Comments
 (0)