File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 🔎
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments