diff --git a/.github/workflows/autolabeller.yml b/.github/workflows/autolabeller.yml index 8e94c5f..1bc80fd 100644 --- a/.github/workflows/autolabeller.yml +++ b/.github/workflows/autolabeller.yml @@ -82,7 +82,7 @@ jobs: pull-requests: write steps: - name: Checkout your code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - uses: srvaroa/labeler@v1 with: diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 4a8e373..3c74111 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Run Labeler uses: crazy-max/ghaction-github-labeler@v5