From d2b1177f4563cf763107e6cad944bd224a06cf3f Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Wed, 17 Jan 2024 18:00:03 +0100 Subject: [PATCH] Bump actions/github-script --- .github/workflows/build-release.yml | 4 ++-- .github/workflows/update-dependencies.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 8a10075..a82dfb5 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -15,7 +15,7 @@ jobs: steps: - name: 'Run assets build (2.0)' - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: # Token has to be generated on a user account that controls the remote repository. # The _only_ scope to select is "Access public repositories", nothing more. @@ -30,7 +30,7 @@ jobs: }) - name: 'Run assets build (2.1)' - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: # Token has to be generated on a user account that controls the remote repository. # The _only_ scope to select is "Access public repositories", nothing more. diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index d1b2817..be71c1e 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -15,7 +15,7 @@ jobs: steps: - name: 'Run developer-tools update (2.0)' - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: # Token has to be generated on a user account that controls the remote repository. # The _only_ scope to select is "Access public repositories", nothing more. @@ -30,7 +30,7 @@ jobs: }) - name: 'Run developer-tools update (2.1)' - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: # Token has to be generated on a user account that controls the remote repository. # The _only_ scope to select is "Access public repositories", nothing more.