diff --git a/.github/workflows/link-check-all.yml b/.github/workflows/link-check-all.yml index c3ad1de..9bcb462 100644 --- a/.github/workflows/link-check-all.yml +++ b/.github/workflows/link-check-all.yml @@ -53,7 +53,7 @@ jobs: env: NODE_OPTIONS: '--max-http-header-size=65536' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v7 - run: echo "# Link Check Report" > ${{ inputs.outputFile }} - name: Run Link Check id: check diff --git a/.github/workflows/link-check-deployment-status.yml b/.github/workflows/link-check-deployment-status.yml index 688baa9..c75c08e 100644 --- a/.github/workflows/link-check-deployment-status.yml +++ b/.github/workflows/link-check-deployment-status.yml @@ -32,7 +32,7 @@ jobs: github.event.deployment.ref != inputs.branch && github.event.deployment_status.state == 'success' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v7 with: fetch-depth: 0 - run: echo "# Link Check Report" > ${{ inputs.outputFile }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 04e582f..9a7c1f0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,7 +7,7 @@ jobs: build-and-publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v7 - uses: actions/setup-node@v3 with: node-version: '16.x'