Skip to content

Commit f98e5ca

Browse files
authored
Merge pull request #808 from nextcloud/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 5 to 6
2 parents 2191712 + fde05d8 commit f98e5ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: needs.changes.outputs.src != 'false'
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 0
3333

@@ -97,7 +97,7 @@ jobs:
9797

9898
steps:
9999
- name: Checkout
100-
uses: actions/checkout@v5
100+
uses: actions/checkout@v6
101101
with:
102102
fetch-depth: 0
103103

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
packages: write
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323

2424
- name: Fetch history
2525
run: git fetch --prune --unshallow

0 commit comments

Comments
 (0)