aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/pr-ci.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-05 08:51:37 +0100
committerGitHub <noreply@github.com>2023-09-05 08:51:37 +0100
commitf44214be6a2abb4c98f61790cae565c06bdb431c (patch)
treeccf1aa7bb549ccb72daff6f7b72f6fdb5303f83e /.github/workflows/pr-ci.yml
parent1f3a338801b20d557607970b41cfbdef0bc70302 (diff)
downloadlibfuse-f44214be6a2abb4c98f61790cae565c06bdb431c.tar.gz
Bump actions/checkout from 3.6.0 to 4.0.0 (#837)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.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/f43a0e5ff2bd294095638e18286ca9a3d1956744...3df4ab11eba7bda6032a0b82a6bb43b11571feac) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/pr-ci.yml')
-rw-r--r--.github/workflows/pr-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml
index 04af7c6..f882b23 100644
--- a/.github/workflows/pr-ci.yml
+++ b/.github/workflows/pr-ci.yml
@@ -24,7 +24,7 @@ jobs:
- name: Install dependencies (Ubuntu)
if: runner.os == 'Linux'
run: sudo apt-get update && sudo apt-get install -y clang doxygen gcc gcc-10 gcc-9 libstdc++-10-dev libstdc++-9-dev ninja-build python3-pip python3-setuptools valgrind
- - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- run: test/ci-install.sh
- run: test/ci-build.sh