Skip to content

Commit e19a488

Browse files
authored
Merge pull request #422 from Libvisual/dependabot/github_actions/actions/checkout-7.0.0
Actions(deps): Bump actions/checkout from 6.0.3 to 7.0.0
2 parents 715f893 + e8e8dc0 commit e19a488

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
clang-${{ matrix.clang_major_version }}
6969
7070
- name: Checkout Git branch
71-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
71+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
7272

7373
- name: '[LV] Run CMake'
7474
run: |-

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
mingw-w64-x86_64-SDL
6060
6161
- name: Checkout Git branch
62-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
62+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
6363

6464
- name: "[LV] Run CMake"
6565
run: cmake -B build_lv -S libvisual -GNinja -DCMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=OFF -DENABLE_DOCS=yes -DENABLE_NLS=OFF -DENABLE_TESTS=yes -DCMAKE_INSTALL_PREFIX="${env:LV_INSTALL_PREFIX}"

0 commit comments

Comments
 (0)