File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626
2727 steps :
2828 - name : 🤘 Checkout Code
29- uses : actions/checkout@v5 # https://github.com/actions/checkout
29+ uses : actions/checkout@v6 # https://github.com/actions/checkout
3030
3131 - name : 🔽 Install Dependencies
3232 run : sudo npm install -g cspell
Original file line number Diff line number Diff line change 6363 docker-images : false
6464
6565 - name : 🤘 Checkout Code
66- uses : actions/checkout@v5 # https://github.com/actions/checkout
66+ uses : actions/checkout@v6 # https://github.com/actions/checkout
6767
6868 - name : 🔍 Run hadolint
6969 uses : hadolint/hadolint-action@v3.3.0 # https://github.com/hadolint/hadolint-action
@@ -345,7 +345,7 @@ jobs:
345345 steps :
346346
347347 - name : 🤘 Checkout gh-pages branch
348- uses : actions/checkout@v5
348+ uses : actions/checkout@v6
349349 with :
350350 ref : gh-pages
351351 fetch-depth : 1
You can’t perform that action at this time.
0 commit comments