mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
⬆️ 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:
4
.github/workflows/flux-diff.yaml
vendored
4
.github/workflows/flux-diff.yaml
vendored
@@ -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
|
||||||
|
4
.github/workflows/flux-image-test.yaml
vendored
4
.github/workflows/flux-image-test.yaml
vendored
@@ -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
|
||||||
|
2
.github/workflows/labels-sync.yaml
vendored
2
.github/workflows/labels-sync.yaml
vendored
@@ -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 }}"
|
||||||
|
|
||||||
|
2
.github/workflows/lychee.yaml
vendored
2
.github/workflows/lychee.yaml
vendored
@@ -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 }}"
|
||||||
|
|
||||||
|
2
.github/workflows/renovate.yaml
vendored
2
.github/workflows/renovate.yaml
vendored
@@ -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 }}"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user