From 05b72b1cd7f0ee4168afec8aa01bdf65afa63f45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 09:45:46 +0000 Subject: [PATCH] Bump actions/github-script from 7.0.0 to 7.0.1 Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-debian12-beta.yml | 2 +- .github/workflows/build-debian12-dev.yml | 2 +- .github/workflows/build-debian12-latest.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-debian12-beta.yml b/.github/workflows/build-debian12-beta.yml index fa71b8f..0896583 100644 --- a/.github/workflows/build-debian12-beta.yml +++ b/.github/workflows/build-debian12-beta.yml @@ -166,7 +166,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Delete images - uses: actions/github-script@v7.0.0 + uses: actions/github-script@v7.0.1 with: github-token: ${{ secrets.PACKAGES_PASS }} script: | diff --git a/.github/workflows/build-debian12-dev.yml b/.github/workflows/build-debian12-dev.yml index 2f86777..454fe45 100644 --- a/.github/workflows/build-debian12-dev.yml +++ b/.github/workflows/build-debian12-dev.yml @@ -150,7 +150,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Delete images - uses: actions/github-script@v7.0.0 + uses: actions/github-script@v7.0.1 with: github-token: ${{ secrets.PACKAGES_PASS }} script: | diff --git a/.github/workflows/build-debian12-latest.yml b/.github/workflows/build-debian12-latest.yml index a8acd23..d14990d 100644 --- a/.github/workflows/build-debian12-latest.yml +++ b/.github/workflows/build-debian12-latest.yml @@ -156,7 +156,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Delete images - uses: actions/github-script@v7.0.0 + uses: actions/github-script@v7.0.1 with: github-token: ${{ secrets.PACKAGES_PASS }} script: |