From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 02:17:16 +0000 (+0000) Subject: build(deps): bump actions/checkout from 2 to 3 X-Git-Tag: v1.2~31^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c455dbb9999cf8cf413628881f637e67e9aed2d3;p=users%2Fsagi%2Flibnvme.git build(deps): bump actions/checkout from 2 to 3 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] --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db84ef52..e0255a88 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}