From 46b8c0743a236970ad4bb5699c8292488168e574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 09:11:19 +0000 Subject: [PATCH] chore(ci):(deps): bump actions/github-script from 8 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/android.yml | 2 +- .github/workflows/checks.yml | 2 +- .github/workflows/ios.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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