diff --git a/.github/workflows/flutter-build.yml b/.github/workflows/flutter-build.yml index e2159a1..c20c9b5 100644 --- a/.github/workflows/flutter-build.yml +++ b/.github/workflows/flutter-build.yml @@ -177,7 +177,7 @@ jobs: - name: Comment on PR if: github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const version = '${{ steps.apks.outputs.version }}'; @@ -232,7 +232,7 @@ jobs: - name: Comment build failure on PR if: github.event_name == 'pull_request' && failure() - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const runUrl = `${process.env.GITHUB_SERVER_URL}/${process.env.GITHUB_REPOSITORY}/actions/runs/${process.env.GITHUB_RUN_ID}`;