From 8226c14dc0b3e9e462932a770f0b48cbf7922e74 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Tue, 17 Oct 2023 22:35:15 +1100 Subject: [PATCH] Upgrade checkout --- .github/workflows/sync-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 8f7a800..0f3c1bc 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -12,7 +12,7 @@ jobs: sync-labels: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: micnncim/action-label-syncer@v1 with: manifest: .github/labels.yml