]> git.giorgioravera.it Git - network-manager.git/commitdiff
Bump actions/checkout from 4 to 6 (#2)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 26 Jan 2026 18:46:59 +0000 (19:46 +0100)
committerGitHub <noreply@github.com>
Mon, 26 Jan 2026 18:46:59 +0000 (19:46 +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/codeql.yaml

index 36b596b7ac552256863e12a4158c0118e8b3bce6..f2109e8004afdc1ee0124c9a7471295a4f7c069c 100644 (file)
@@ -19,7 +19,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 216678890af0fc334a09aff4b5794d6e0b9fd31a..c18f86afc158bda5a3499cee0468449b85c71b6f 100644 (file)
@@ -22,7 +22,7 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/checkout@v4
+        uses: actions/checkout@v6
 
       - name: Initialize CodeQL
         uses: github/codeql-action/init@v3