From 324f79b18f7539a72875bb6601dde65c9a821d5b Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 28 Dec 2024 15:40:58 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .forgejo/workflows/actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/actions.yml b/.forgejo/workflows/actions.yml index b0da196..515a2cb 100644 --- a/.forgejo/workflows/actions.yml +++ b/.forgejo/workflows/actions.yml @@ -14,7 +14,7 @@ jobs: container: catthehacker/ubuntu:act-latest@sha256:89367f3c5437699c6b43fa941041725bcc77682a46f2bbe6557541e384d9cedb steps: - name: Checkout code - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: token: ${{ secrets.COASTALCOMMITSTOKEN }} - name: Login to CoastalCommits @@ -41,7 +41,7 @@ jobs: container: www.coastalcommits.com/cswimr/actions:uv steps: - name: Checkout code - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: token: ${{ secrets.COASTALCOMMITSTOKEN }} - name: Install dependencies