From bc067adc4fb6289e0ace34e56cecc10a8928d5bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 03:24:13 +1000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.2.2 (#58) --- .github/workflows/release-please.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 73d4da2..22449ce 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -23,7 +23,7 @@ jobs: # for more options release-type: simple token: ${{ secrets.RP_TOKEN }} - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 - name: Tag major and minor versions if: ${{ steps.release.outputs.release_created }} run: |