diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-22 20:53:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-22 20:53:49 +0200 |
commit | 6476b1c3ccde2fc4e8755858c96debf55aa0574b (patch) | |
tree | de3616efcb82ee99ac6e53de4e46d041745972b4 /.github/workflows/pr-ci.yml | |
parent | eca63dab456a10c3491c367711ab18cbcb34816e (diff) | |
download | libfuse-6476b1c3ccde2fc4e8755858c96debf55aa0574b.tar.gz |
--- (#951)
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
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.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index cff92fd..e93d64c 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 valgrind - - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - uses: actions/setup-python@v5 with: python-version: '3.12' |