Skip to content

Commit 331c913

Browse files
chore(deps): update actions/checkout action to v6 (#1832)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v5` -> `v6` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v6`](https://redirect.github.com/actions/checkout/compare/v5...v6) [Compare Source](https://redirect.github.com/actions/checkout/compare/v5...v6) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/unraid/api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi40Mi4yIiwidXBkYXRlZEluVmVyIjoiNDIuNDIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent abf3461 commit 331c913

8 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/build-artifacts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
working-directory: api
3939
steps:
4040
- name: Checkout repo
41-
uses: actions/checkout@v5
41+
uses: actions/checkout@v6
4242
with:
4343
ref: ${{ inputs.ref || github.ref }}
4444
fetch-depth: 0
@@ -112,7 +112,7 @@ jobs:
112112
runs-on: ubuntu-latest
113113
steps:
114114
- name: Checkout repo
115-
uses: actions/checkout@v5
115+
uses: actions/checkout@v6
116116
with:
117117
ref: ${{ inputs.ref || github.ref }}
118118

@@ -158,7 +158,7 @@ jobs:
158158
runs-on: ubuntu-latest
159159
steps:
160160
- name: Checkout repo
161-
uses: actions/checkout@v5
161+
uses: actions/checkout@v6
162162
with:
163163
ref: ${{ inputs.ref || github.ref }}
164164

.github/workflows/build-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-latest
5757
steps:
5858
- name: Checkout repo
59-
uses: actions/checkout@v5
59+
uses: actions/checkout@v6
6060
with:
6161
ref: ${{ inputs.ref }}
6262
fetch-depth: 0

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: Initialize CodeQL
3030
uses: github/codeql-action/init@v4

.github/workflows/deploy-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Deploy Storybook
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424

2525
- uses: pnpm/action-setup@v4
2626
name: Install pnpm

.github/workflows/generate-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
release_notes: ${{ steps.generate_notes.outputs.release_notes }}
3232
steps:
3333
- name: Checkout repo
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535
with:
3636
ref: ${{ inputs.target_commitish || github.ref }}
3737
fetch-depth: 0

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout repo
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727
with:
2828
fetch-depth: 0
2929

@@ -177,7 +177,7 @@ jobs:
177177
pull-requests: write
178178
steps:
179179
- name: Checkout
180-
uses: actions/checkout@v5
180+
uses: actions/checkout@v6
181181
with:
182182
fetch-depth: 0
183183

.github/workflows/manual-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout repo
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535
with:
3636
ref: ${{ inputs.target_commitish || github.ref }}
3737
fetch-depth: 0
@@ -167,7 +167,7 @@ jobs:
167167
release_notes: ${{ needs.generate-release-notes.outputs.release_notes }}
168168
steps:
169169
- name: Checkout repo
170-
uses: actions/checkout@v5
170+
uses: actions/checkout@v6
171171
with:
172172
ref: ${{ inputs.target_commitish || github.ref }}
173173
fetch-depth: 0

.github/workflows/publish-schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout repo
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818

1919
- name: Install Apollo Rover CLI
2020
run: |

0 commit comments

Comments
 (0)