Skip to content

Commit 634a59a

Browse files
authored
Bump actions/checkout from 5 to 6 (#276)
2 parents d9572a0 + a0bdd29 commit 634a59a

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
contents: write
3939
steps:
4040
- name: Checkout branch ${{ github.ref_name }}
41-
uses: actions/checkout@v5
41+
uses: actions/checkout@v6
4242

4343
- name: Set up OCaml
4444
uses: ocaml/setup-ocaml@v3
@@ -137,7 +137,7 @@ jobs:
137137
runs-on: ubuntu-latest
138138
steps:
139139
- name: Checkout branch ${{ github.ref_name }}
140-
uses: actions/checkout@v5
140+
uses: actions/checkout@v6
141141

142142
- name: Download extraction results
143143
uses: actions/download-artifact@v6

.github/workflows/lint-opam.yml

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 code
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
- name: Set up opam
2222
uses: ocaml/setup-ocaml@v3
2323
with:

.github/workflows/nix-action-8.20.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
github.sha }}\" >> $GITHUB_ENV\nelse\n echo \"target_commit=${{ github.event.pull_request.head.sha
1515
}}\" >> $GITHUB_ENV\nfi\n"
1616
- name: Git checkout
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 0
2020
ref: ${{ env.target_commit }}
@@ -28,7 +28,7 @@ jobs:
2828
}}\" >> $GITHUB_ENV\n else\n echo \"tested_commit=$merge_commit\" >> $GITHUB_ENV\n\
2929
\ fi\nfi\n"
3030
- name: Git checkout
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232
with:
3333
fetch-depth: 0
3434
ref: ${{ env.tested_commit }}
@@ -98,7 +98,7 @@ jobs:
9898
github.sha }}\" >> $GITHUB_ENV\nelse\n echo \"target_commit=${{ github.event.pull_request.head.sha
9999
}}\" >> $GITHUB_ENV\nfi\n"
100100
- name: Git checkout
101-
uses: actions/checkout@v5
101+
uses: actions/checkout@v6
102102
with:
103103
fetch-depth: 0
104104
ref: ${{ env.target_commit }}
@@ -112,7 +112,7 @@ jobs:
112112
}}\" >> $GITHUB_ENV\n else\n echo \"tested_commit=$merge_commit\" >> $GITHUB_ENV\n\
113113
\ fi\nfi\n"
114114
- name: Git checkout
115-
uses: actions/checkout@v5
115+
uses: actions/checkout@v6
116116
with:
117117
fetch-depth: 0
118118
ref: ${{ env.tested_commit }}
@@ -161,7 +161,7 @@ jobs:
161161
github.sha }}\" >> $GITHUB_ENV\nelse\n echo \"target_commit=${{ github.event.pull_request.head.sha
162162
}}\" >> $GITHUB_ENV\nfi\n"
163163
- name: Git checkout
164-
uses: actions/checkout@v5
164+
uses: actions/checkout@v6
165165
with:
166166
fetch-depth: 0
167167
ref: ${{ env.target_commit }}
@@ -175,7 +175,7 @@ jobs:
175175
}}\" >> $GITHUB_ENV\n else\n echo \"tested_commit=$merge_commit\" >> $GITHUB_ENV\n\
176176
\ fi\nfi\n"
177177
- name: Git checkout
178-
uses: actions/checkout@v5
178+
uses: actions/checkout@v6
179179
with:
180180
fetch-depth: 0
181181
ref: ${{ env.tested_commit }}
@@ -233,7 +233,7 @@ jobs:
233233
github.sha }}\" >> $GITHUB_ENV\nelse\n echo \"target_commit=${{ github.event.pull_request.head.sha
234234
}}\" >> $GITHUB_ENV\nfi\n"
235235
- name: Git checkout
236-
uses: actions/checkout@v5
236+
uses: actions/checkout@v6
237237
with:
238238
fetch-depth: 0
239239
ref: ${{ env.target_commit }}
@@ -247,7 +247,7 @@ jobs:
247247
}}\" >> $GITHUB_ENV\n else\n echo \"tested_commit=$merge_commit\" >> $GITHUB_ENV\n\
248248
\ fi\nfi\n"
249249
- name: Git checkout
250-
uses: actions/checkout@v5
250+
uses: actions/checkout@v6
251251
with:
252252
fetch-depth: 0
253253
ref: ${{ env.tested_commit }}
@@ -295,7 +295,7 @@ jobs:
295295
github.sha }}\" >> $GITHUB_ENV\nelse\n echo \"target_commit=${{ github.event.pull_request.head.sha
296296
}}\" >> $GITHUB_ENV\nfi\n"
297297
- name: Git checkout
298-
uses: actions/checkout@v5
298+
uses: actions/checkout@v6
299299
with:
300300
fetch-depth: 0
301301
ref: ${{ env.target_commit }}
@@ -309,7 +309,7 @@ jobs:
309309
}}\" >> $GITHUB_ENV\n else\n echo \"tested_commit=$merge_commit\" >> $GITHUB_ENV\n\
310310
\ fi\nfi\n"
311311
- name: Git checkout
312-
uses: actions/checkout@v5
312+
uses: actions/checkout@v6
313313
with:
314314
fetch-depth: 0
315315
ref: ${{ env.tested_commit }}
@@ -350,7 +350,7 @@ jobs:
350350
github.sha }}\" >> $GITHUB_ENV\nelse\n echo \"target_commit=${{ github.event.pull_request.head.sha
351351
}}\" >> $GITHUB_ENV\nfi\n"
352352
- name: Git checkout
353-
uses: actions/checkout@v5
353+
uses: actions/checkout@v6
354354
with:
355355
fetch-depth: 0
356356
ref: ${{ env.target_commit }}
@@ -364,7 +364,7 @@ jobs:
364364
}}\" >> $GITHUB_ENV\n else\n echo \"tested_commit=$merge_commit\" >> $GITHUB_ENV\n\
365365
\ fi\nfi\n"
366366
- name: Git checkout
367-
uses: actions/checkout@v5
367+
uses: actions/checkout@v6
368368
with:
369369
fetch-depth: 0
370370
ref: ${{ env.tested_commit }}
@@ -429,7 +429,7 @@ jobs:
429429
github.sha }}\" >> $GITHUB_ENV\nelse\n echo \"target_commit=${{ github.event.pull_request.head.sha
430430
}}\" >> $GITHUB_ENV\nfi\n"
431431
- name: Git checkout
432-
uses: actions/checkout@v5
432+
uses: actions/checkout@v6
433433
with:
434434
fetch-depth: 0
435435
ref: ${{ env.target_commit }}
@@ -443,7 +443,7 @@ jobs:
443443
}}\" >> $GITHUB_ENV\n else\n echo \"tested_commit=$merge_commit\" >> $GITHUB_ENV\n\
444444
\ fi\nfi\n"
445445
- name: Git checkout
446-
uses: actions/checkout@v5
446+
uses: actions/checkout@v6
447447
with:
448448
fetch-depth: 0
449449
ref: ${{ env.tested_commit }}

.github/workflows/refresh-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout branch ${{ github.ref_name }}
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

2121
- run: sudo apt-get update
2222
- name: Restore opam cache

0 commit comments

Comments
 (0)