Skip to content

Commit c50a326

Browse files
authored
Merge pull request #11 from Cyclenerd/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 6aa11ef + 054eed2 commit c50a326

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)