File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1616 outputs :
1717 run-tests : ${{ steps.set-output.outputs.run-tests }}
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 0
2222
5858
5959 if : github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true'
6060 steps :
61- - uses : actions/checkout@v4
61+ - uses : actions/checkout@v6
6262
6363 - name : Set up Python 3.10
6464 uses : actions/setup-python@v5
9595 container : koalaman/shellcheck-alpine:latest
9696 if : github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true'
9797 steps :
98- - uses : actions/checkout@v4
98+ - uses : actions/checkout@v6
9999 - name : ShellCheck
100100 run : |
101101 shellcheck -s bash -f tty linux/svtminion.sh
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122 permissions :
123123 contents : write # To be able to publish the release
124124 steps :
125- - uses : actions/checkout@v4
125+ - uses : actions/checkout@v6
126126 with :
127127 ref : main
128128 repository : ${{ github.repository }}
@@ -192,7 +192,7 @@ jobs:
192192 pull-requests : write # For action peter-evans/create-pull-request
193193
194194 steps :
195- - uses : actions/checkout@v4
195+ - uses : actions/checkout@v6
196196 with :
197197 ref : main
198198 repository : ${{ github.repository }}
@@ -203,7 +203,7 @@ jobs:
203203 echo "SH=$(sha256sum linux/svtminion.sh | awk '{ print $1 }')" >> "$GITHUB_ENV"
204204 echo "VMTS_VERSION=$(bash linux/svtminion.sh --version | awk '{ print $1 }')" >> "$GITHUB_ENV"
205205
206- - uses : actions/checkout@v4
206+ - uses : actions/checkout@v6
207207 with :
208208 ref : main
209209 repository : ${{ github.repository }}
Original file line number Diff line number Diff line change 1616 outputs :
1717 run-tests : ${{ steps.set-output.outputs.run-tests }}
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 0
2222
5858
5959 if : github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true'
6060 steps :
61- - uses : actions/checkout@v4
61+ - uses : actions/checkout@v6
6262
6363 - name : Set up Python 3.10
6464 uses : actions/setup-python@v5
9595 container : koalaman/shellcheck-alpine:latest
9696 if : github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true'
9797 steps :
98- - uses : actions/checkout@v4
98+ - uses : actions/checkout@v6
9999 - name : ShellCheck
100100 run : |
101101 shellcheck -s bash -f tty linux/svtminion.sh
Original file line number Diff line number Diff line change 4444 instance : ${{ fromJSON(inputs.instances) }}
4545
4646 steps :
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v6
4848
4949 - name : VMTools Salt
5050 run : |
Original file line number Diff line number Diff line change 4444 instance : ${{ fromJSON(inputs.instances) }}
4545
4646 steps :
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v6
4848
4949 - name : Test SVT Minion Script
5050 run : |
You can’t perform that action at this time.
0 commit comments