From a23874a52dd00ce9dfda08c3ec107fdb317a8ad5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 22:33:57 +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 40b9ea9883..f36731b258 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 5dfdbceb85..7e1bf0f561 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.