diff --git a/.github/workflows/assign-on-label.yml b/.github/workflows/assign-on-label.yml index 2c9db50a765..e44c2f670d2 100644 --- a/.github/workflows/assign-on-label.yml +++ b/.github/workflows/assign-on-label.yml @@ -9,7 +9,7 @@ jobs: if: ${{ github.repository == 'AdguardTeam/AdguardFilters' }} runs-on: ubuntu-slim steps: - - uses: actions/github-script@v8 + - uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/change-on-reopen.yml b/.github/workflows/change-on-reopen.yml index 52b5709c71b..5c6b2f3ef6a 100644 --- a/.github/workflows/change-on-reopen.yml +++ b/.github/workflows/change-on-reopen.yml @@ -9,7 +9,7 @@ jobs: if: ${{ github.repository == 'AdguardTeam/AdguardFilters' }} runs-on: ubuntu-slim steps: - - uses: actions/github-script@v8 + - uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/rm-labels-on-closed.yml b/.github/workflows/rm-labels-on-closed.yml index 97cfa5dd83f..7f1b5b7fa58 100644 --- a/.github/workflows/rm-labels-on-closed.yml +++ b/.github/workflows/rm-labels-on-closed.yml @@ -9,7 +9,7 @@ jobs: if: ${{ github.repository == 'AdguardTeam/AdguardFilters' }} runs-on: ubuntu-slim steps: - - uses: actions/github-script@v8 + - uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |