ci: bump actions/checkout from 4 to 5 (#1838)

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

Signed-off-by: dependabot[bot] <support@github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-08-12 21:43:40 +02:00 committed by GitHub
parent afcfed6fd2
commit c592717e9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

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

View file

@ -30,7 +30,7 @@ jobs:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
persist-credentials: false

View file

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

View file

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

View file

@ -14,7 +14,7 @@ jobs:
matrix:
branch: [master, release-25.05]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
ref: ${{ matrix.branch }}