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: |