diff --git a/.github/workflows/reusable-workflow-example.yml b/.github/workflows/reusable-workflow-example.yml index 9c3f58d..9e19250 100644 --- a/.github/workflows/reusable-workflow-example.yml +++ b/.github/workflows/reusable-workflow-example.yml @@ -29,7 +29,7 @@ jobs: output2: ${{ steps.step2.outputs.secondword }} steps: - name: 🏃 Run actions/labeler - uses: actions/labeler@v6 + uses: actions/labeler@v7.0.0 with: repo-token: ${{ secrets.token }} configuration-path: ${{ inputs.config-path }}