Merge pull request #5776 from nextcloud/dependabot/github_actions/actions/checkout-4.1.3

Chore(deps): Bump actions/checkout from 4.1.1 to 4.1.3
This commit is contained in:
Julius Härtl
2024-04-23 19:24:48 +02:00
committed by GitHub
16 changed files with 25 additions and 25 deletions

View File

@@ -37,7 +37,7 @@ jobs:
echo "text_app_ref=$text_app_ref" >> $GITHUB_ENV
- name: Checkout server
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3
with:
repository: nextcloud/server
ref: ${{ matrix.server-versions }}
@@ -50,12 +50,12 @@ jobs:
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
- name: Checkout ${{ env.APP_NAME }}
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3
with:
path: apps/${{ env.APP_NAME }}
- name: Checkout text
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3
with:
repository: nextcloud/text
ref: ${{ env.text_app_ref }}