]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
build(deps): bump actions/checkout from 2 to 3
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 13 Apr 2022 12:07:32 +0000 (12:07 +0000)
committerGitHub <noreply@github.com>
Wed, 13 Apr 2022 12:07:32 +0000 (12:07 +0000)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [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/v2...v3)

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

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

index 0d6350fdc35801fbe933f9581e0ed93b196e2f83..ed4c50d4adf27eb8e6dc77033174be11f0be5809 100644 (file)
@@ -15,7 +15,7 @@ jobs:
     steps:
       - name: install libraries
         run: sudo apt-get install libjson-c-dev libhugetlbfs-dev
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - uses: actions/setup-python@v1
       # - name: install python dependencies
       #   run: |