Skip to content

Commit cdbbe4a

Browse files
Actions(deps): Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dffe74f commit cdbbe4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
clang-${{ matrix.clang_major_version }}
7676
7777
- name: Checkout libprojectM Sources
78-
uses: actions/checkout@v4
78+
uses: actions/checkout@v6
7979
with:
8080
repository: projectM-visualizer/projectm
8181
path: libprojectM
@@ -95,7 +95,7 @@ jobs:
9595
cmake --install "${{ github.workspace }}/cmake-build-libprojectM"
9696
9797
- name: Checkout Git branch
98-
uses: actions/checkout@v4
98+
uses: actions/checkout@v6
9999
with:
100100
path: libvisual-projectm
101101

0 commit comments

Comments
 (0)