From 419414d34fc462dcd619544018273338f482dfe9 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 17 Feb 2024 15:51:33 -0500 Subject: Updated actions/checkout to v4 --- .github/workflows/docker-publish-gh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/docker-publish-gh.yml b/.github/workflows/docker-publish-gh.yml index e9527fd..532e696 100644 --- a/.github/workflows/docker-publish-gh.yml +++ b/.github/workflows/docker-publish-gh.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Install the cosign tool except on PR # https://github.com/sigstore/cosign-installer -- cgit v1.2.3