Skip to content

Commit 00d9dba

Browse files
authored
Bump actions/checkout from 3 to 4 (#482)
2 parents be0d21f + feda773 commit 00d9dba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Checkout ${{ github.ref_name }}
48-
uses: actions/checkout@v3
48+
uses: actions/checkout@v4
4949
- run: git submodule update --init --recursive
5050
- name: set extra GITHUB_PATH ${{ matrix.config.extra_path }} (for MinGW)
5151
shell: bash

.github/workflows/cmake_subdir_example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
}
2828

2929
steps:
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v4
3131
- name: configure
3232
shell: cmake -P {0}
3333
run: |

.github/workflows/meson.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
}
5050

5151
steps:
52-
- uses: actions/checkout@v3
52+
- uses: actions/checkout@v4
5353
# use msvc-dev-cmd to setup the environment for MSVC if needed
5454
- name: setup MSVC
5555
if: matrix.config.requires_msvc

0 commit comments

Comments
 (0)