chore: Update outdated GitHub Actions versions (#37020)

* chore: Update outdated GitHub Actions versions

* just the github ones

---------

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
This commit is contained in:
Pádraic Slattery
2026-02-01 03:37:00 +01:00
committed by GitHub
parent c35df583a5
commit 1dfef69a3c
13 changed files with 34 additions and 34 deletions
+3 -3
View File
@@ -11,12 +11,12 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
submodules: false
# Label PRs
- uses: actions/labeler@v5.0.0
- uses: actions/labeler@v6
with:
dot: true
configuration-path: .github/labeler.yaml
@@ -36,7 +36,7 @@ jobs:
# Welcome comment
- name: "First timers PR"
uses: actions/first-interaction@v1
uses: actions/first-interaction@v3
if: github.event.pull_request.head.repo.full_name != 'commaai/openpilot'
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}