mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-01 16:05:55 +02:00
⬆️ Update actions/checkout action to v4.0.0
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v3.6.0 | v4.0.0 |
This commit is contained in:
2
.github/workflows/broken-link-check.yaml
vendored
2
.github/workflows/broken-link-check.yaml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
|
||||
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
|
||||
with:
|
||||
token: "${{ steps.generate-token.outputs.token }}"
|
||||
|
||||
|
6
.github/workflows/helmrelease-diff.yaml
vendored
6
.github/workflows/helmrelease-diff.yaml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
|
||||
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
|
||||
with:
|
||||
token: "${{ steps.generate-token.outputs.token }}"
|
||||
|
||||
@@ -55,12 +55,12 @@ jobs:
|
||||
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
|
||||
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
|
||||
with:
|
||||
token: "${{ steps.generate-token.outputs.token }}"
|
||||
|
||||
- name: Checkout default branch
|
||||
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
|
||||
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
|
||||
with:
|
||||
token: "${{ steps.generate-token.outputs.token }}"
|
||||
ref: "${{ github.event.repository.default_branch }}"
|
||||
|
2
.github/workflows/kubeconform.yaml
vendored
2
.github/workflows/kubeconform.yaml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
|
||||
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
|
||||
with:
|
||||
token: "${{ steps.generate-token.outputs.token }}"
|
||||
|
||||
|
2
.github/workflows/meta-sync-labels.yaml
vendored
2
.github/workflows/meta-sync-labels.yaml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
|
||||
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
|
||||
with:
|
||||
token: "${{ steps.generate-token.outputs.token }}"
|
||||
|
||||
|
2
.github/workflows/renovate.yaml
vendored
2
.github/workflows/renovate.yaml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
|
||||
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
|
||||
|
||||
- name: Generate Token
|
||||
uses: tibdex/github-app-token@0d49dd721133f900ebd5e0dff2810704e8defbc6 # v1.8.2
|
||||
|
Reference in New Issue
Block a user