UPD: Bump actions/checkout from 5 to 6 (#2625)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-11-25 18:29:48 +03:00 committed by GitHub
commit 6d3060aaf2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -19,7 +19,7 @@ jobs:
lazarus-version: "stable"
- name: Get Lazarus source
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: 'fpc/Lazarus'
ref: 'fixes_4'
@ -34,7 +34,7 @@ jobs:
sudo sed -i -e "s|_PPCARCH_|fpc|g; s|/Developer/lazarus|/usr/local/share/lazarus|g" /etc/lazarus/environmentoptions.xml
- name: Checkout source
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

View file

@ -25,7 +25,7 @@ jobs:
lazarus-version: "stable"
- name: Get Lazarus source
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: 'fpc/Lazarus'
@ -41,7 +41,7 @@ jobs:
sudo sed -i -e "s|_PPCARCH_|fpc|g; s|/Developer/lazarus|/usr/local/share/lazarus|g" /etc/lazarus/environmentoptions.xml
- name: Checkout source
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
@ -69,7 +69,7 @@ jobs:
lazarus-version: "stable"
- name: Checkout source
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0