From 3959c00e5e04c8e3824702932468480389672681 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Tue, 29 Aug 2023 14:35:10 +0200 Subject: [PATCH] Updated path to label-actions package refs https://github.com/TryGhost/DevOps/issues/67 - this now lives in the Actions repo to cut down on maintenance cost --- .github/workflows/label-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-actions.yml b/.github/workflows/label-actions.yml index b08f3d9952..1430701d9b 100644 --- a/.github/workflows/label-actions.yml +++ b/.github/workflows/label-actions.yml @@ -18,4 +18,4 @@ jobs: runs-on: ubuntu-latest if: github.repository_owner == 'TryGhost' steps: - - uses: tryghost/label-actions@main + - uses: tryghost/actions/actions/label-actions@main