summaryrefslogtreecommitdiffstats
path: root/.github/workflows/api-integration-tests.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-03 12:05:53 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-11-03 13:46:38 +0100
commit4efec7cda809c56c456619ddae9db3801009a431 (patch)
tree56b9f3f6ec5e921e646d095535cbb0e8982f1400 /.github/workflows/api-integration-tests.yml
parent687f0bb07a75394bdf046e210c66e423e9536404 (diff)
Bump actions/checkout from 2.3.5 to 2.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0. - [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.3.5...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... 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 c8b8d8f9c..b6828ecdf 100644
--- a/.github/workflows/api-integration-tests.yml
+++ b/.github/workflows/api-integration-tests.yml
@@ -43,7 +43,7 @@ jobs:
experimental: true
steps:
- name: Checkout
- uses: actions/checkout@v2.3.5
+ uses: actions/checkout@v2.4.0
- name: Setup PHP
uses: shivammathur/setup-php@v2