Skip to content

Commit 054eed2

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...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 6aa11ef commit 054eed2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/demo_page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Dependencies 🔧
1010
run: sudo apt-get install imagemagick jhead
1111
- name: Checkout 🛎️
12-
uses: actions/checkout@v5
12+
uses: actions/checkout@v6
1313
- name: Build 🖼️
1414
run: |
1515
ls -lah

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: brew install imagemagick jhead
1818

1919
- name: Checkout 🛎️
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

2222
- name: Get assert.sh 🎁
2323
run: curl -f "https://raw.githubusercontent.com/lehmannro/assert.sh/v1.1/assert.sh" -o assert.sh

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2727
- name: Checkout 🛎️
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929

3030
# Run ShellCheck
3131
- name: ShellCheck 🔎

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: sudo apt-get install imagemagick jhead
1919

2020
- name: Checkout 🛎️
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222

2323
- name: Get assert.sh 🎁
2424
run: curl -f "https://raw.githubusercontent.com/lehmannro/assert.sh/v1.1/assert.sh" -o assert.sh

0 commit comments

Comments
 (0)