]> git.giorgioravera.it Git - network-manager.git/commitdiff
Bump actions/checkout from 6 to 7 (#14)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 21 Jul 2026 17:44:34 +0000 (19:44 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Jul 2026 17:44:34 +0000 (19:44 +0200)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/ci.yaml
.github/workflows/codeql.yaml
.github/workflows/docker-publish.yaml

index 459556843ac723b5844ba911cd67757eecbcc77c..f0eb332c113555881bfcba3674c1f90074019dd2 100644 (file)
@@ -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
index f2ba8cad1a845f7332d8b330b5c6b98e0b06b888..0cc1eac2978e6680342a9fe0276717484baa5215 100644 (file)
@@ -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
index c170fd8fa96303613b35c3d3008b918ffb21da68..dd946a2e9238204dfc35e4eb8f835f4e75a2bb31 100644 (file)
@@ -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