diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f199097..1d50121 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -182,7 +182,7 @@ jobs: steps: - name: 📊 Generate summary - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const buildResult = '${{ needs.build-and-push.result }}'; diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 66349a5..8c19807 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Comment in progress - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const marker = ''; @@ -250,7 +250,7 @@ jobs: - name: Comment on PR if: always() - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const fs = require('fs');