diff --git a/.github/workflows/build-ebooks.yml b/.github/workflows/build-ebooks.yml index 9a69fadce2..084cc830b4 100644 --- a/.github/workflows/build-ebooks.yml +++ b/.github/workflows/build-ebooks.yml @@ -52,7 +52,7 @@ jobs: - name: Create Release if: github.event_name == 'push' id: create_release - uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13.0 + uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0 with: name: Release ${{ steps.vars.outputs.tag }} artifacts: "./build/wstg-${{ steps.vars.outputs.tag }}.pdf, ./build/wstg-${{ steps.vars.outputs.tag }}.epub" diff --git a/.github/workflows/md-link-check.yml b/.github/workflows/md-link-check.yml index efed1cb83e..785b74f905 100644 --- a/.github/workflows/md-link-check.yml +++ b/.github/workflows/md-link-check.yml @@ -32,7 +32,7 @@ jobs: - name: Changed Files Exporter if: github.event_name == 'pull_request' id: files - uses: umani/changed-files@d7f842d11479940a6036e3aacc6d35523e6ba978 # v4.1.0 + uses: umani/changed-files@138acc60bcaa548e0c194fc69ed36321ee8466d2 # v4.2.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: PR link check diff --git a/.github/workflows/md-textlint-check.yml b/.github/workflows/md-textlint-check.yml index 583f62b92f..e17817a8a8 100644 --- a/.github/workflows/md-textlint-check.yml +++ b/.github/workflows/md-textlint-check.yml @@ -41,7 +41,7 @@ jobs: npm install -g textlint-rule-terminology - name: Changed Files Exporter id: files - uses: umani/changed-files@d7f842d11479940a6036e3aacc6d35523e6ba978 # v4.1.0 + uses: umani/changed-files@138acc60bcaa548e0c194fc69ed36321ee8466d2 # v4.2.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} pattern: '^.*\.(md)$'