From f76c3af1552ea9a64cd7c0eacd9809d375d94106 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Jan 2023 02:29:34 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 --- .github/workflows/aur-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aur-release.yml b/.github/workflows/aur-release.yml index 7b7d080..393a4da 100644 --- a/.github/workflows/aur-release.yml +++ b/.github/workflows/aur-release.yml @@ -9,7 +9,7 @@ jobs: aur-publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Publish AUR package uses: anas-elgarhy/aur-release-action@v4.1