diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54a5e4e..516408d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: name: Build, Install, Package documentation if: "!contains(github.event.head_commit.message, 'docs skip')" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 with: token: ${{ secrets.CR_PAT_WORKFLOW }} - name: Install credentials diff --git a/.github/workflows/generate-docs.yml b/.github/workflows/generate-docs.yml index 1ceb847..77da4a6 100644 --- a/.github/workflows/generate-docs.yml +++ b/.github/workflows/generate-docs.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up Python uses: actions/setup-python@v5