From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 17:44:34 +0000 (+0200) Subject: Bump actions/checkout from 6 to 7 (#14) X-Git-Tag: v0.0.2~9^2 X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=3b52b202eadac341cd3392e4a8d4c89c34823c5a;p=network-manager.git Bump actions/checkout from 6 to 7 (#14) Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4595568..f0eb332 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: steps: - name: ⤵️ Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 🐍 Setup Python ${{ matrix.python-version }} uses: actions/setup-python@v6 diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index f2ba8ca..0cc1eac 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Initialize CodeQL uses: github/codeql-action/init@v4 diff --git a/.github/workflows/docker-publish.yaml b/.github/workflows/docker-publish.yaml index c170fd8..dd946a2 100644 --- a/.github/workflows/docker-publish.yaml +++ b/.github/workflows/docker-publish.yaml @@ -21,7 +21,7 @@ jobs: steps: - name: ⤵️ Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 🐳 Set up Docker Buildx uses: docker/setup-buildx-action@v4