4242 runs-on : ${{ matrix.os }}-latest
4343 steps :
4444 - name : 🏗 Setup repo
45- uses : actions/checkout@v3
45+ uses : actions/checkout@v4
4646
4747 - name : 🏗 Setup Expo
4848 uses : ./
7272 runs-on : ubuntu-latest
7373 steps :
7474 - name : 🏗 Setup repo
75- uses : actions/checkout@v3
75+ uses : actions/checkout@v4
7676
7777 - name : 🏗 Setup Node
7878 uses : actions/setup-node@v3
@@ -108,7 +108,7 @@ jobs:
108108
109109 - name : 🧪 Comment has content
110110 if : ${{ env.hasAuth == 'true' }}
111- uses : actions/github-script@v6
111+ uses : actions/github-script@v7
112112 with :
113113 script : |
114114 const comment = `${{ steps.no-comment.outputs.comment }}`
@@ -130,7 +130,7 @@ jobs:
130130
131131 - name : 🧪 Single QR has content
132132 if : ${{ env.hasAuth == 'true' }}
133- uses : actions/github-script@v6
133+ uses : actions/github-script@v7
134134 with :
135135 script : |
136136 const comment = `${{ steps.single-qr.outputs.comment }}`
@@ -160,7 +160,7 @@ jobs:
160160
161161 - name : 🧪 Multi QR has content
162162 if : ${{ env.hasAuth == 'true' }}
163- uses : actions/github-script@v6
163+ uses : actions/github-script@v7
164164 with :
165165 script : |
166166 const comment = `${{ steps.multi-qr.outputs.comment }}`
@@ -173,7 +173,7 @@ jobs:
173173 runs-on : ubuntu-latest
174174 steps :
175175 - name : 🏗 Setup repo
176- uses : actions/checkout@v3
176+ uses : actions/checkout@v4
177177
178178 - name : 🏗 Setup Expo
179179 uses : ./
@@ -195,7 +195,7 @@ jobs:
195195
196196 - name : 🧪 Output has content
197197 if : ${{ env.hasAuth == 'true' }}
198- uses : actions/github-script@v6
198+ uses : actions/github-script@v7
199199 with :
200200 script : |
201201 const message = `${{ steps.preview.outputs.message }}`
0 commit comments