diff --git a/.github/workflows/ci-python-zensical.yml b/.github/workflows/ci-python-zensical.yml index 0c89097..146aa6f 100644 --- a/.github/workflows/ci-python-zensical.yml +++ b/.github/workflows/ci-python-zensical.yml @@ -41,7 +41,7 @@ jobs: - name: A1) Checkout repository code # WHY: Needed to access files for checks. - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: A2) Install uv (with caching and uv.lock awareness) uses: astral-sh/setup-uv@v7 diff --git a/.github/workflows/deploy-zensical.yml b/.github/workflows/deploy-zensical.yml index b2a2866..961bac5 100644 --- a/.github/workflows/deploy-zensical.yml +++ b/.github/workflows/deploy-zensical.yml @@ -43,7 +43,7 @@ jobs: - name: A1) Checkout repository code # WHY: Needed to access files for checks. - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: A2) Configure GitHub Pages # WHY: Sets Pages metadata for deployments. diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index e29ac47..fd74b15 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -38,7 +38,7 @@ jobs: steps: - name: 1) Checkout repository code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 2) Check links with Lychee id: lychee diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e22cd6..e1811e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: # === ASSEMBLE === - name: A1) Checkout this repository with full history and tags - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 fetch-tags: true