From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 18:53:16 +0000 (+0000) Subject: build(deps): bump actions/checkout from 3 to 4 X-Git-Tag: v2.7~104 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=18fe142e9381a570f382d77ce33bb7fa05cd390c;p=users%2Fsagi%2Fnvme-cli.git build(deps): bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- 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/codeql.yml b/.github/workflows/codeql.yml index f4ed5f83..56259239 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install build tools run: |