Skip to content

Commit bbe4811

Browse files
author
jan.nijtmans
committed
Update to actions/checkout@v6
1 parent 1165689 commit bbe4811

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
working-directory: unix
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434
timeout-minutes: 5
3535
- name: Install 32-bit dependencies if needed
3636
# Duplicated from above

.github/workflows/mac-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
working-directory: macosx
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
timeout-minutes: 5
2222
- name: Prepare
2323
run: |
@@ -48,7 +48,7 @@ jobs:
4848
working-directory: unix
4949
steps:
5050
- name: Checkout
51-
uses: actions/checkout@v5
51+
uses: actions/checkout@v6
5252
timeout-minutes: 5
5353
- name: Prepare
5454
run: |

.github/workflows/win-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Using powershell means we need to explicitly stop on failure
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232
timeout-minutes: 5
3333
- name: Init MSVC
3434
uses: ilammy/msvc-dev-cmd@v1
@@ -77,7 +77,7 @@ jobs:
7777
install: git mingw-w64-x86_64-toolchain make
7878
timeout-minutes: 10
7979
- name: Checkout
80-
uses: actions/checkout@v5
80+
uses: actions/checkout@v6
8181
timeout-minutes: 5
8282
- name: Prepare
8383
run: |

0 commit comments

Comments
 (0)