From 6f41b6de95e19830acd482e2c56e621acf21a4d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:28:14 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/update-tags.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-tags.yml b/.github/workflows/update-tags.yml index 09077bbf..3e659e3c 100644 --- a/.github/workflows/update-tags.yml +++ b/.github/workflows/update-tags.yml @@ -11,7 +11,7 @@ jobs: dispatch: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: actions/setup-go@v2 with: go-version: "^1.18"