diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-08-12 07:04:06 +0000 |
---|---|---|
committer | Bernd Schubert <bernd@bsbernd.com> | 2025-08-12 17:28:41 +0200 |
commit | 33ec2372f36ae96c4828f00720b58a097c578165 (patch) | |
tree | f68d26b6eca2767cca8eec3038eef884163d95e5 /.github/workflows/pr-ci.yml | |
parent | ba8a3a420e0421561eb6ff6caf17588e748ab164 (diff) | |
download | libfuse-33ec2372f36ae96c4828f00720b58a097c578165.tar.gz |
build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
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 78b5e02..b0134cf 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -33,7 +33,7 @@ jobs: gcc-multilib g++-multilib libc6-dev-i386 \ libpcap0.8-dev:i386 libudev-dev:i386 pkg-config:i386 \ liburing-dev libnuma-dev - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - uses: actions/setup-python@v5 with: python-version: '3.12' |