From 674a39e2836665373a3be052662262f6be015ec8 Mon Sep 17 00:00:00 2001 From: Niels Date: Tue, 1 Oct 2024 13:56:47 +0200 Subject: [PATCH] update: actions/checkout: v3 > v4 --- .github/workflows/registry-cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/registry-cleanup.yml b/.github/workflows/registry-cleanup.yml index 39a06d7..9ec6779 100644 --- a/.github/workflows/registry-cleanup.yml +++ b/.github/workflows/registry-cleanup.yml @@ -9,7 +9,7 @@ jobs: cleanup: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: digitalocean/action-doctl@v2 with: token: ${{ secrets.DIGITALOCEAN_API_TOKEN }}