From 061dd8c6409c03c0ba4cad609e018b6f0b684d27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 09:24:17 +0700 Subject: [PATCH] Update actions/checkout action to v3.5.1 (#14) --- .github/workflows/auto-aprove-sync-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-aprove-sync-files.yml b/.github/workflows/auto-aprove-sync-files.yml index ceb4818..7fdf5d3 100644 --- a/.github/workflows/auto-aprove-sync-files.yml +++ b/.github/workflows/auto-aprove-sync-files.yml @@ -8,7 +8,7 @@ jobs: if: contains(github.event.pull_request.title, 'Synced file(s)') && github.actor == 'couchoud-t' && github.event.pull_request.base.ref == github.event.repository.default_branch runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v3.5.1 - name: Pull Request approval uses: hmarr/auto-approve-action@v3.2.1 with: