Skip to content

Commit cbf180e

Browse files
authored
build(deps): Bump actions/checkout from 4 to 6
2 parents 614e6c4 + 5bf8e7d commit cbf180e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_appimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Checkout repository
4444
if: steps.should_build.outputs.should_build == 'true'
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v6
4646

4747
- name: Install base dependencies
4848
if: steps.should_build.outputs.should_build == 'true'

0 commit comments

Comments
 (0)