3535 target : ${{ steps.information.outputs.target }}
3636 steps :
3737 - name : ⤵️ Check out code from GitHub
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939 - name : 🚀 Run add-on information action
4040 id : information
41416969 runs-on : ubuntu-latest
7070 steps :
7171 - name : ⤵️ Check out code from GitHub
72- uses : actions/checkout@v4
72+ uses : actions/checkout@v5
7373 - name : 🚀 Run Hadolint
74747575 with :
8080 runs-on : ubuntu-latest
8181 steps :
8282 - name : ⤵️ Check out code from GitHub
83- uses : actions/checkout@v4
83+ uses : actions/checkout@v5
8484 - name : 🚀 Run JQ
8585 run : |
8686 shopt -s globstar
9191 runs-on : ubuntu-latest
9292 steps :
9393 - name : ⤵️ Check out code from GitHub
94- uses : actions/checkout@v4
94+ uses : actions/checkout@v5
9595 - name : 🚀 Run Shellcheck
96969797 env :
@@ -102,7 +102,7 @@ jobs:
102102 runs-on : ubuntu-latest
103103 steps :
104104 - name : ⤵️ Check out code from GitHub
105- uses : actions/checkout@v4
105+ uses : actions/checkout@v5
106106 - name : 🚀 Run YAMLLint
107107108108 with :
@@ -113,7 +113,7 @@ jobs:
113113 runs-on : ubuntu-latest
114114 steps :
115115 - name : ⤵️ Check out code from GitHub
116- uses : actions/checkout@v4
116+ uses : actions/checkout@v5
117117 - name : 🚀 Run Prettier
118118119119 with :
@@ -137,7 +137,7 @@ jobs:
137137 architecture : ${{ fromJson(needs.information.outputs.architectures) }}
138138 steps :
139139 - name : ⤵️ Check out code from GitHub
140- uses : actions/checkout@v4
140+ uses : actions/checkout@v5
141141 - name : 🏗 Set up build cache
142142 id : cache
143143
0 commit comments