Skip to content

Commit 2569242

Browse files
Update actions/checkout action to v6
1 parent fe588bf commit 2569242

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/commits-signed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
contents: read
1010
pull-requests: write
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
- name: Check signed commits in PR
1414
uses: 1Password/check-signed-commits-action@v1

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
packages: write
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0
2222
- name: Set up Go 1.24

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
--health-retries 5
5858
steps:
5959
- name: Checkout 🛎️
60-
uses: actions/checkout@v4
60+
uses: actions/checkout@v6
6161
with:
6262
fetch-depth: 0
6363

@@ -112,7 +112,7 @@ jobs:
112112
--health-retries 5
113113
steps:
114114
- name: Checkout 🛎️
115-
uses: actions/checkout@v4
115+
uses: actions/checkout@v6
116116
with:
117117
fetch-depth: 0
118118

@@ -122,7 +122,7 @@ jobs:
122122
go-version: "1.24"
123123

124124
- name: Checkout test plugin 🛎️
125-
uses: actions/checkout@v4
125+
uses: actions/checkout@v6
126126
with:
127127
repository: gatewayd-io/plugin-template-go
128128
path: plugin-template-go

.github/workflows/vulnerability-comparison.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pull-requests: write
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121
with:
2222
ref: ${{ env.SHA }}
2323
- name: Set short SHA

plugin/.template/project/{{ plugin_name }}/.github/workflows/commits-signed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
contents: read
1010
pull-requests: write
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
- name: Check signed commits in PR
1414
uses: 1Password/check-signed-commits-action@v1

plugin/.template/project/{{ plugin_name }}/.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919
- name: Set up Go 1.24

0 commit comments

Comments
 (0)