diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-25 23:00:25 +0000 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2023-09-26 08:47:11 +0100 |
commit | eb9ccbe7a4c1e84538a9c02cad573f38e6ae750a (patch) | |
tree | 54415a1a77a043a5c7b1323ee4db6c6c924edf74 /.github/workflows/pr-ci.yml | |
parent | 98ee575ddb621a4ecff9b643924c0bee1b8200f1 (diff) | |
download | libfuse-eb9ccbe7a4c1e84538a9c02cad573f38e6ae750a.tar.gz |
Bump actions/checkout from 4.0.0 to 4.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.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/3df4ab11eba7bda6032a0b82a6bb43b11571feac...8ade135a41bc03ea155e62e844d188df1ea18608)
---
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/pr-ci.yml')
-rw-r--r-- | .github/workflows/pr-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index f882b23..7ad82d0 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - run: test/ci-install.sh - run: test/ci-build.sh |