aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/pr-ci.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-09-08 22:05:38 +0000
committerBernd Schubert <bernd@bsbernd.com>2025-09-09 15:30:26 +0200
commit3ff309ea9efa8fc95274d35a96aa5700f0a0d6c1 (patch)
tree648ff8c477bd4085f041c93c773896c33f14a8bf /.github/workflows/pr-ci.yml
parent49ad73a46b6237f0f1584b30ade81a3e6744e695 (diff)
downloadlibfuse-3ff309ea9efa8fc95274d35a96aa5700f0a0d6c1.tar.gz
build(deps): bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' 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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml
index b0134cf..ebd79c4 100644
--- a/.github/workflows/pr-ci.yml
+++ b/.github/workflows/pr-ci.yml
@@ -34,7 +34,7 @@ jobs:
libpcap0.8-dev:i386 libudev-dev:i386 pkg-config:i386 \
liburing-dev libnuma-dev
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
with:
python-version: '3.12'
- run: pip install -r requirements.txt