From 47125b71083002df975521c4d866521fdf8ceee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 12:50:32 +0000 Subject: [PATCH] Bump actions/github-script from 6 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-repo.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-repo.yml b/.github/workflows/update-repo.yml index 0c37406..e991f8c 100644 --- a/.github/workflows/update-repo.yml +++ b/.github/workflows/update-repo.yml @@ -263,7 +263,7 @@ jobs: run: npm install @actions/artifact@1.1.2 - name: create release index and sync packages - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: _ script: | @@ -368,7 +368,7 @@ jobs: echo "%_gpg_name \"$first_key_email\"" >> ~/.rpmmacros - name: Add package - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: _ script: | @@ -447,7 +447,7 @@ jobs: shell: cp {0} webpage/index.html - name: create archive index - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: _ script: |