Updated actions/checkout to v6

This commit is contained in:
Alishahryar1 2026-02-15 18:57:43 -08:00
parent 7fde7e5f95
commit 626766c857

View file

@ -12,7 +12,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}