]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
build(deps): bump actions/checkout from 2 to 3
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 12 Sep 2022 02:17:16 +0000 (02:17 +0000)
committerGitHub <noreply@github.com>
Mon, 12 Sep 2022 02:17:16 +0000 (02:17 +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/release.yml

index db84ef52fff1338c23cdc30a940081ff5a100b13..e0255a8883c3512639126259336c15ec518e70f5 100644 (file)
@@ -13,7 +13,7 @@ jobs:
     permissions:
       contents: write
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
     - uses: ncipollo/release-action@v1
       with:
         token: ${{ secrets.GITHUB_TOKEN }}