Skip to content

Commit a7dfffc

Browse files
authored
Merge pull request #346 from Libvisual/dependabot/github_actions/actions/checkout-4.1.5
Actions(deps): Bump actions/checkout from 4.1.4 to 4.1.5
2 parents dd65a41 + a352523 commit a7dfffc

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
71+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
62+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
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)