ci: bump actions/checkout from 5 to 6 (#2000)

Link: https://github.com/nix-community/stylix/pull/2000

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: 0xda157 <da157@voidq.com>
This commit is contained in:
dependabot[bot] 2025-11-20 22:37:56 +00:00 committed by GitHub
parent dd97dc64e7
commit c482552ae2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -40,7 +40,7 @@ jobs:
permission-contents: write
permission-pull-requests: write
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}
token: ${{ steps.app-token.outputs.token }}

View file

@ -34,7 +34,7 @@ jobs:
runs-on: macos-15-intel
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
persist-credentials: false

View file

@ -28,7 +28,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
persist-credentials: false

View file

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-24.04
if: vars.APP_ID
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ github.base_ref }}

View file

@ -26,7 +26,7 @@ jobs:
permission-contents: write
permission-pull-requests: write
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ matrix.branch }}
token: ${{ steps.generate-token.outputs.token }}