From 31fd27042ca3077fcf482b22434bc40522049d19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 21:05:16 +0000 Subject: [PATCH] chore: Update actions/checkout action to v6 --- .github/workflows/publish.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 40b9ea988..1758af04f 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest container: python:3.8 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: Install system dependencies. run: apt-get update && apt-get install -y rsync - name: Install the site generator. diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5dfdbceb8..bc015e903 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest container: python:3.8 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: Install the site-generator run: pip install -r requirements.txt - name: Build the site.