diff --git a/.github/workflows/autopilot-docs-daily.yml b/.github/workflows/autopilot-docs-daily.yml index 670b0a9..98cb1ed 100644 --- a/.github/workflows/autopilot-docs-daily.yml +++ b/.github/workflows/autopilot-docs-daily.yml @@ -19,7 +19,7 @@ jobs: GH_TOKEN: ${{ secrets.ORG_READ_TOKEN || github.token }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Update status docs run: | diff --git a/.github/workflows/autopilot-operator.yml b/.github/workflows/autopilot-operator.yml index c6c1cf0..82ae0af 100644 --- a/.github/workflows/autopilot-operator.yml +++ b/.github/workflows/autopilot-operator.yml @@ -27,7 +27,7 @@ jobs: } - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: clean: false diff --git a/.github/workflows/autopilot-org-installer.yml b/.github/workflows/autopilot-org-installer.yml index 60697e1..43ca624 100644 --- a/.github/workflows/autopilot-org-installer.yml +++ b/.github/workflows/autopilot-org-installer.yml @@ -18,7 +18,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Checkout installer - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Sync intake workflow run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bb2318..4a0a2ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install workflow validator dependency run: python -m pip install --disable-pip-version-check PyYAML==6.0.2