From d4233d5f419c29fd14c8dc4502352be67b4f44d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 09:27:43 +0100 Subject: [PATCH] Bump actions/checkout from 2 to 4. (#16) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/gitstamp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitstamp.yaml b/.github/workflows/gitstamp.yaml index f21caab..a10e068 100644 --- a/.github/workflows/gitstamp.yaml +++ b/.github/workflows/gitstamp.yaml @@ -11,7 +11,7 @@ jobs: name: Timestamp commit with Gitstamp steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Submit Gitstamp transaction uses: artob/gitstamp-action@v1 with: