Skip to content

Commit 7789fa5

Browse files
Bump actions/checkout from 5 to 6 (#4179)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd9da3b commit 7789fa5

12 files changed

+13
-13
lines changed

.github/workflows/back-to-development.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
app-id: ${{ env.APP_ID }}
1717
private-key: ${{ secrets.TOKEN_EXCHANGE_GH_APP_PRIVATE_KEY }}
1818
- name: Checkout repository code
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
token: ${{ steps.app_token.outputs.token }}
2222
- name: Set up Git name and email

.github/workflows/buf-binary-size.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: checkout
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
- name: setup-go
2020
uses: actions/setup-go@v6
2121
with:

.github/workflows/buf-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
buf:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- uses: bufbuild/buf-action@v1
1616
with:
1717
token: ${{ secrets.BUF_TOKEN }}

.github/workflows/build-and-draft-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
app-id: ${{ env.APP_ID }}
2727
private-key: ${{ secrets.TOKEN_EXCHANGE_GH_APP_PRIVATE_KEY }}
2828
- name: Checkout repository code
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030
with:
3131
token: ${{ steps.app_token.outputs.token }}
3232
- name: Set up Go

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: checkout
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
- name: setup-go
2020
uses: actions/setup-go@v6
2121
with:
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: checkout
54-
uses: actions/checkout@v5
54+
uses: actions/checkout@v6
5555
- name: setup-go
5656
uses: actions/setup-go@v6
5757
with:

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: checkout
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
- name: setup-go
2222
uses: actions/setup-go@v6
2323
with:

.github/workflows/create-release-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
app-id: ${{ env.APP_ID }}
1919
private-key: ${{ secrets.TOKEN_EXCHANGE_GH_APP_PRIVATE_KEY }}
2020
- name: Checkout repository code
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
with:
2323
token: ${{ steps.app_token.outputs.token }}
2424
- name: Set up Git name and email

.github/workflows/docker-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fi
3434
- name: checkout
3535
id: checkout
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737
with:
3838
ref: refs/tags/v${{ github.event.inputs.version }}
3939
- name: setup-qemu

.github/workflows/make-upgrade.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
app-id: ${{ env.APP_ID }}
1717
private-key: ${{ secrets.TOKEN_EXCHANGE_GH_APP_PRIVATE_KEY }}
1818
- name: Checkout repository code
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
token: ${{ steps.app_token.outputs.token }}
2222
- name: setup-go

.github/workflows/previous.yaml

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@v6
2222
- name: setup-go
2323
uses: actions/setup-go@v6
2424
with:

0 commit comments

Comments
 (0)