]> git.giorgioravera.it Git - network-manager.git/commitdiff
Bump actions/checkout from 4 to 6 (#7)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 31 Jan 2026 10:48:29 +0000 (11:48 +0100)
committerGitHub <noreply@github.com>
Sat, 31 Jan 2026 10:48:29 +0000 (11:48 +0100)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [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/v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  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/docker-publish.yaml

index 70d00ae820766e49479c147232798d62cb3eb9fc..98399fbfb914e5313cf83e5ae538cb2d4873c9bb 100644 (file)
@@ -24,7 +24,7 @@ jobs:
 
     steps:
       - name: ⤵️ Checkout
-        uses: actions/checkout@v4
+        uses: actions/checkout@v6
 
       - name: 🐍 Setup Python ${{ matrix.python-version }}
         uses: actions/setup-python@v6
index a6177226d3c6c9b997a740f963b5cf73f7098a81..96d6f8562b1760693199918eb6bfb3c409c6a2e0 100644 (file)
@@ -21,7 +21,7 @@ jobs:
 
     steps:
       - name: ⤵️ Checkout
-        uses: actions/checkout@v4
+        uses: actions/checkout@v6
 
       - name: 🐳 Set up Docker Buildx
         uses: docker/setup-buildx-action@v3