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