CI: migrate workflows to checkout v6 (#579)

This commit is contained in:
Rej Ect
2025-12-02 17:56:25 +01:00
committed by GitHub
parent 372953149d
commit f408f867d1
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Enable Corepack
run: corepack enable

View File

@@ -41,7 +41,7 @@ jobs:
id-token: write
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 1

View File

@@ -46,7 +46,7 @@ jobs:
fi
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false