diff --git a/.github/workflows/auto_compile.yml b/.github/workflows/auto_compile.yml index 2c6bc6e..4268642 100644 --- a/.github/workflows/auto_compile.yml +++ b/.github/workflows/auto_compile.yml @@ -550,7 +550,7 @@ jobs: ######################################################################### update release notes - name: Update release notes - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.AUTOIT_DEPLOY_TOKEN }} script: | diff --git a/.github/workflows/get-events.yml b/.github/workflows/get-events.yml index c2839f9..2799d95 100644 --- a/.github/workflows/get-events.yml +++ b/.github/workflows/get-events.yml @@ -19,7 +19,7 @@ jobs: timeout-minutes: 2 steps: - name: Manage different events - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |