summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-17 00:57:03 +0000
committerGitHub <noreply@github.com>2023-04-17 00:57:03 +0000
commitb51f3c68a7a9865131f155673746c84ddf263650 (patch)
tree83fa0019d6c8e80fe621042769323c1d0acff3da
parentc253a117ee55d3d07d56d65e04a38607b69b3503 (diff)
downloaduriparser-b51f3c68a7a9865131f155673746c84ddf263650.tar.gz
Actions(deps): Bump actions/checkout from 3.5.0 to 3.5.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2. - [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/v3.5.0...v3.5.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... 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 013b620..6d875cd 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-20.04
steps:
- - uses: actions/checkout@v3.5.0
+ - uses: actions/checkout@v3.5.2
- name: Add Clang/LLVM repositories (Non-MinGW)
if: "${{ ! contains(matrix.cmake_args, 'mingw') }}"