]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
build(deps): bump actions/setup-python from 1 to 3
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 13 Apr 2022 12:14:37 +0000 (12:14 +0000)
committerGitHub <noreply@github.com>
Wed, 13 Apr 2022 12:14:37 +0000 (12:14 +0000)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 1 to 3.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v1...v3)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/meson.yml

index ed4c50d4adf27eb8e6dc77033174be11f0be5809..554cfa20916049219ade3a3b3597dd1008c1dcf9 100644 (file)
@@ -16,7 +16,7 @@ jobs:
       - name: install libraries
         run: sudo apt-get install libjson-c-dev libhugetlbfs-dev
       - uses: actions/checkout@v3
-      - uses: actions/setup-python@v1
+      - uses: actions/setup-python@v3
       # - name: install python dependencies
       #   run: |
       #     python -m pip install --upgrade pip