From 47d763a20100981ef7717a24c9c8f10493aa7ee2 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 17 Mar 2024 17:24:27 -0500 Subject: [PATCH] ci: update labeler workflow --- .github/workflows/labeler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 0041949..9536e35 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -10,9 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.0.2 - name: Run Labeler - uses: crazy-max/ghaction-github-labeler@v4.1.0 + uses: crazy-max/ghaction-github-labeler@v4.0.0 with: skip-delete: true