summaryrefslogtreecommitdiffstats
path: root/.github/workflows/api-integration-tests.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-12 05:45:25 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2021-05-14 16:00:05 +0200
commit7e402ebb3d5abf5b123b3399d3ecc2ee66e89679 (patch)
tree873eb5e574630ae58959e2c16a59466d327e9512 /.github/workflows/api-integration-tests.yml
parent166609219d1247c9adfaf8d5f317980ead21c57e (diff)
Bump actions/checkout from 2 to 2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/api-integration-tests.yml')
-rw-r--r--.github/workflows/api-integration-tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml
index bc1affd07..dcf31684c 100644
--- a/.github/workflows/api-integration-tests.yml
+++ b/.github/workflows/api-integration-tests.yml
@@ -46,7 +46,7 @@ jobs:
nextcloud: 17
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v2.3.4
- name: Setup PHP
uses: shivammathur/setup-php@v2