diff --git a/.github/workflows/pages-build-release-deploy.yml b/.github/workflows/pages-build-release-deploy.yml index bf8ef88..450c466 100644 --- a/.github/workflows/pages-build-release-deploy.yml +++ b/.github/workflows/pages-build-release-deploy.yml @@ -117,7 +117,7 @@ jobs: run: npm install semver - name: Version info - uses: actions/github-script@v6 + uses: actions/github-script@v7 id: version_info with: github-token: ${{ secrets.GITHUB_TOKEN }} @@ -230,7 +230,7 @@ jobs: path: ${{ env.JEKYLL_DESTINATION }} - name: Version info - uses: actions/github-script@v6 + uses: actions/github-script@v7 id: version_info env: RELEASE_INFO: ${{ needs.release.outputs.RELEASE_INFO }} @@ -288,7 +288,7 @@ jobs: node-version: 'lts/*' - name: Version info - uses: actions/github-script@v6 + uses: actions/github-script@v7 id: version_info env: REVISION: ${{ needs.deploy.outputs.REVISION }} @@ -316,7 +316,7 @@ jobs: run: curl -sS --location --fail ${{ env.SITEMAP_URL }} - name: Deployment validate - uses: actions/github-script@v6 + uses: actions/github-script@v7 env: REVISION: ${{ steps.version_info.outputs.REVISION }} VERSION: ${{ steps.version_info.outputs.VERSION }}