From 53a59657a5e4613dd6bdb91636a54c3c38a44df0 Mon Sep 17 00:00:00 2001 From: Tristan Guichaoua Date: Thu, 23 Nov 2023 09:40:38 +0100 Subject: [PATCH] update checkout to v4 --- .github/workflows/readme-stars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/readme-stars.yml b/.github/workflows/readme-stars.yml index 4b943fa..18a0130 100644 --- a/.github/workflows/readme-stars.yml +++ b/.github/workflows/readme-stars.yml @@ -10,7 +10,7 @@ jobs: update-readme: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 if: ${{ env.AOC_ENABLED }} env: AOC_ENABLED: ${{ secrets.AOC_ENABLED }}