diff --git a/.github/workflows/auto-publish-on-release.yml b/.github/workflows/auto-publish-on-release.yml index 55d64991..66f41493 100644 --- a/.github/workflows/auto-publish-on-release.yml +++ b/.github/workflows/auto-publish-on-release.yml @@ -6,7 +6,7 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: ref: ${{ github.event.release.target_commitish }} fetch-depth: 0 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5678d2f2..765f7d1c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest name: Check Tests steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Setup Node.js for use with actions diff --git a/.github/workflows/publish-api.yml b/.github/workflows/publish-api.yml index b5011e56..abefe4b4 100644 --- a/.github/workflows/publish-api.yml +++ b/.github/workflows/publish-api.yml @@ -11,7 +11,7 @@ jobs: steps: # first checkout your code - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 # then use redoc-cli-github-action to generate your HTML bundle - name: Generate and rename Redoc documentation