Skip to content

Commit 63a3881

Browse files
Bump actions/checkout from 4 to 5 (#199)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a27720b commit 63a3881

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
with:
1717
path: ${{ env.APP_NAME }}
1818
- name: Install NPM packages

.github/workflows/ci-js.yml

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

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
with:
1717
path: ${{ env.APP_NAME }}
1818
- name: Install NPM packages

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout server
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
with:
3232
repository: nextcloud/server
3333
ref: ${{ matrix.server-versions }}
@@ -40,7 +40,7 @@ jobs:
4040
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
4141
4242
- name: Checkout app
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v5
4444
with:
4545
path: apps/${{ env.APP_NAME }}
4646

@@ -93,7 +93,7 @@ jobs:
9393

9494
steps:
9595
- name: Checkout server
96-
uses: actions/checkout@v4
96+
uses: actions/checkout@v5
9797
with:
9898
repository: nextcloud/server
9999
ref: ${{ matrix.server-versions }}
@@ -106,7 +106,7 @@ jobs:
106106
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
107107
108108
- name: Checkout app
109-
uses: actions/checkout@v4
109+
uses: actions/checkout@v5
110110
with:
111111
path: apps/${{ env.APP_NAME }}
112112

@@ -161,7 +161,7 @@ jobs:
161161

162162
steps:
163163
- name: Checkout server
164-
uses: actions/checkout@v4
164+
uses: actions/checkout@v5
165165
with:
166166
repository: nextcloud/server
167167
ref: ${{ matrix.server-versions }}
@@ -174,7 +174,7 @@ jobs:
174174
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
175175
176176
- name: Checkout app
177-
uses: actions/checkout@v4
177+
uses: actions/checkout@v5
178178
with:
179179
path: apps/${{ env.APP_NAME }}
180180

0 commit comments

Comments
 (0)