From a9d80d8c1e01d5ad570087c2c1cef77b5308c2b5 Mon Sep 17 00:00:00 2001 From: Stephan Akkerman <45365128+StephanAkkerman@users.noreply.github.com> Date: Mon, 15 Apr 2024 20:35:14 +0200 Subject: [PATCH] Update copy-labels.yml --- .github/workflows/copy-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copy-labels.yml b/.github/workflows/copy-labels.yml index a41e24b7b..1b80340c6 100644 --- a/.github/workflows/copy-labels.yml +++ b/.github/workflows/copy-labels.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Copy labels from another repository uses: actions/github-script@v7