From fcd6ad2eb4496387b22c5b4ea6eaeb32dae50343 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 22:17:29 +0000 Subject: [PATCH] chore: Update actions/checkout action to v4 --- .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..f36731b25 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@v4 - 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..7e1bf0f56 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@v4 - name: Install the site-generator run: pip install -r requirements.txt - name: Build the site.