diff --git a/.github/workflows/ci-python-zensical.yml b/.github/workflows/ci-python-zensical.yml index 52077a9..74c57fc 100644 --- a/.github/workflows/ci-python-zensical.yml +++ b/.github/workflows/ci-python-zensical.yml @@ -39,7 +39,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 45bade6..1a23f2f 100644 --- a/.github/workflows/deploy-zensical.yml +++ b/.github/workflows/deploy-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) 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 acf52ad..0f33e35 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