Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
SRombauts authored Aug 17, 2024
2 parents be0d21f + feda773 commit 00d9dba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

steps:
- name: Checkout ${{ github.ref_name }}
uses: actions/checkout@v3
uses: actions/checkout@v4
- run: git submodule update --init --recursive
- name: set extra GITHUB_PATH ${{ matrix.config.extra_path }} (for MinGW)
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake_subdir_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: configure
shell: cmake -P {0}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# use msvc-dev-cmd to setup the environment for MSVC if needed
- name: setup MSVC
if: matrix.config.requires_msvc
Expand Down

0 comments on commit 00d9dba

Please sign in to comment.