diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 59a1ec5..7da9c13 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -110,7 +110,7 @@ jobs: android/app/build/outputs/apk/debug/output-metadata.json token: ${{ github.token }} - name: Generate Job Summary - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | // Get artifact URLs diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 53dd436..1dd6956 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -55,7 +55,7 @@ jobs: name: jest-coverage path: coverage - name: Generate Job Summary - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const fs = require('fs'); diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 066a3f0..24630ae 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -252,7 +252,7 @@ jobs: name: ios-simulator-app path: ios/build/simulator/WorkTrack.app - name: Generate Job Summary - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | // Get artifact URLs