summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-08 00:20:38 +0000
committerGitHub <noreply@github.com>2021-11-08 00:20:38 +0000
commita3b493b3e19ba9d6c07714fcfcac35a787a41603 (patch)
treec88c4b7713af661d3a80cf5915dd1d597ae685c3
parentcd6070c92f3bab157139c35ff4841054afaa67ef (diff)
downloaduriparser-dependabot/github_actions/actions/checkout-2.4.0.tar.gz
Actions(deps): Bump actions/checkout from 2.3.5 to 2.4.0dependabot/github_actions/actions/checkout-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>
-rw-r--r--.github/workflows/build-and-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml
index 5a36350..8251537 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -34,7 +34,7 @@ jobs:
-DMINGW=ON
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2.3.5
+ - uses: actions/checkout@v2.4.0
- name: Add Clang/LLVM repositories (Non-MinGW)
if: "${{ ! contains(matrix.cmake_args, 'mingw') }}"