From 47938848efefb59ffd80862c79d8041c69002b35 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 13 Dec 2022 08:56:27 +0100 Subject: [PATCH] Update actions/checkout action to v3.2.0 (#5364) Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 2bb45ae3e5c..1992fba3046 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 with: token: ${{ secrets.BOT_TOKEN }} - name: Self-hosted Renovate