diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index a641daf..1263152 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -27,7 +27,7 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Prepare site run: | diff --git a/.github/workflows/validate-openapi.yml b/.github/workflows/validate-openapi.yml index aff3346..193694c 100644 --- a/.github/workflows/validate-openapi.yml +++ b/.github/workflows/validate-openapi.yml @@ -19,7 +19,7 @@ jobs: name: Lint with Spectral runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Set up Node.js uses: actions/setup-node@v4