Skip to content

Commit 8c81af2

Browse files
Update actions/checkout action to v6
1 parent bb73104 commit 8c81af2

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
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.25

.github/workflows/test.yaml

Lines changed: 6 additions & 6 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

@@ -125,7 +125,7 @@ jobs:
125125
--health-retries 5
126126
steps:
127127
- name: Checkout 🛎️
128-
uses: actions/checkout@v4
128+
uses: actions/checkout@v6
129129
with:
130130
fetch-depth: 0
131131

@@ -145,7 +145,7 @@ jobs:
145145
# ---------- cache plugin ----------
146146
- name: Checkout cache plugin 🛎️
147147
if: matrix.plugin == 'cache'
148-
uses: actions/checkout@v4
148+
uses: actions/checkout@v6
149149
with:
150150
repository: gatewayd-io/gatewayd-plugin-cache
151151
path: gatewayd-plugin-cache
@@ -219,7 +219,7 @@ jobs:
219219
# ---------- auth plugin ----------
220220
- name: Checkout auth plugin 🛎️
221221
if: matrix.plugin == 'auth'
222-
uses: actions/checkout@v4
222+
uses: actions/checkout@v6
223223
with:
224224
repository: gatewayd-io/gatewayd-plugin-auth
225225
path: gatewayd-plugin-auth
@@ -296,7 +296,7 @@ jobs:
296296
# ---------- js plugin ----------
297297
- name: Checkout js plugin 🛎️
298298
if: matrix.plugin == 'js'
299-
uses: actions/checkout@v4
299+
uses: actions/checkout@v6
300300
with:
301301
repository: gatewayd-io/gatewayd-plugin-js
302302
path: gatewayd-plugin-js
@@ -356,7 +356,7 @@ jobs:
356356
# ---------- sql-ids-ips plugin ----------
357357
- name: Checkout sql-ids-ips plugin 🛎️
358358
if: matrix.plugin == 'sql-ids-ips'
359-
uses: actions/checkout@v4
359+
uses: actions/checkout@v6
360360
with:
361361
repository: gatewayd-io/gatewayd-plugin-sql-ids-ips
362362
path: gatewayd-plugin-sql-ids-ips

.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.25

0 commit comments

Comments
 (0)