diff --git a/.github/workflows/reusable-markdownlint.yml b/.github/workflows/reusable-markdownlint.yml index 276e3b1..958516e 100644 --- a/.github/workflows/reusable-markdownlint.yml +++ b/.github/workflows/reusable-markdownlint.yml @@ -28,4 +28,4 @@ jobs: # @link https://github.com/marketplace/actions/markdownlint-cli2-action - name: Check markdown with CLI2 if: ${{ steps.has_config.outputs.files_exists == 'true' }} - uses: DavidAnson/markdownlint-cli2-action@ce4853d43830c74c1753b39f3cf40f71c2031eb9 # v23.0.0 + uses: DavidAnson/markdownlint-cli2-action@6b51ade7a9e4a75a7ad929842dd298a3804ebe8b # v23.1.0 diff --git a/.github/workflows/reusable-remark.yml b/.github/workflows/reusable-remark.yml index 35e3c86..b7bc4e8 100644 --- a/.github/workflows/reusable-remark.yml +++ b/.github/workflows/reusable-remark.yml @@ -28,7 +28,7 @@ jobs: - name: Set up node and enable caching of dependencies if: ${{ steps.has_config.outputs.files_exists == 'true' }} - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: "20"