Skip to content

Commit 299f497

Browse files
authored
Merge pull request #321 from Libvisual/dependabot/github_actions/actions/checkout-4.1.0
Actions(deps): Bump actions/checkout from 4.0.0 to 4.1.0
2 parents 1839f6b + ed46022 commit 299f497

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
@@ -84,7 +84,7 @@ jobs:
8484
clang-${{ matrix.clang_major_version }}
8585
8686
- name: Checkout Git branch
87-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
87+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
8888

8989
- name: '[LV] Run CMake'
9090
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
62+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.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)