⬆️ Update actions/checkout ( v4 → v5 ) (#7293)

Co-authored-by: feisar-bot[bot] <98277827+feisar-bot[bot]@users.noreply.github.com>
This commit is contained in:
feisar-bot[bot]
2025-08-20 09:30:07 +02:00
committed by GitHub
parent 0d394ba118
commit 0267b868df
5 changed files with 7 additions and 7 deletions

View File

@@ -35,14 +35,14 @@ jobs:
run: sudo apt-get -qq update && sudo apt-get -qq install --no-install-recommends -y curl git run: sudo apt-get -qq update && sudo apt-get -qq install --no-install-recommends -y curl git
- name: Checkout Default Branch - name: Checkout Default Branch
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
token: "${{ steps.app-token.outputs.token }}" token: "${{ steps.app-token.outputs.token }}"
ref: "${{ github.event.repository.default_branch }}" ref: "${{ github.event.repository.default_branch }}"
path: default path: default
- name: Checkout Pull Request Branch - name: Checkout Pull Request Branch
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
token: "${{ steps.app-token.outputs.token }}" token: "${{ steps.app-token.outputs.token }}"
path: pull path: pull

View File

@@ -35,14 +35,14 @@ jobs:
run: brew install jo yq run: brew install jo yq
- name: Checkout Default Branch - name: Checkout Default Branch
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
token: "${{ steps.app-token.outputs.token }}" token: "${{ steps.app-token.outputs.token }}"
ref: "${{ github.event.repository.default_branch }}" ref: "${{ github.event.repository.default_branch }}"
path: default path: default
- name: Checkout Pull Request Branch - name: Checkout Pull Request Branch
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
token: "${{ steps.app-token.outputs.token }}" token: "${{ steps.app-token.outputs.token }}"
path: pull path: pull

View File

@@ -23,7 +23,7 @@ jobs:
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
- name: Checkout Default Branch - name: Checkout Default Branch
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
token: "${{ steps.app-token.outputs.token }}" token: "${{ steps.app-token.outputs.token }}"

View File

@@ -26,7 +26,7 @@ jobs:
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
- name: Checkout Default Branch - name: Checkout Default Branch
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
token: "${{ steps.app-token.outputs.token }}" token: "${{ steps.app-token.outputs.token }}"

View File

@@ -48,7 +48,7 @@ jobs:
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
- name: Checkout Default Branch - name: Checkout Default Branch
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
token: "${{ steps.app-token.outputs.token }}" token: "${{ steps.app-token.outputs.token }}"