]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
.github: Bump actions/checkout from 4.2.2 to 6.0.1 dependabot-github_actions-actions-checkout-6.0.1 66660/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 20 Dec 2025 14:21:17 +0000 (14:21 +0000)
committerGitHub <noreply@github.com>
Sat, 20 Dec 2025 14:21:17 +0000 (14:21 +0000)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.1.
- [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/11bd71901bbe5b1630ceea73d27597364c9af683...8e8c483db84b4bee98b60c0593521ed34d9990e8)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/create-backport-trackers.yml
.github/workflows/diff-ceph-config.yml
.github/workflows/qa-symlink.yml
.github/workflows/redmine-upkeep.yml

index 6ad026abbe6a1aa008e76ff9b7029910a3d6efef..132bf8d545e08221b5c53a0d6979a58440575f3d 100644 (file)
@@ -38,7 +38,7 @@ jobs:
     # Backport checks need to be run ONLY on the main branch on ceph/ceph (not forks)
     if: github.ref == 'refs/heads/main' && github.repository == 'ceph/ceph'
     steps:
-      - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+      - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
         with:
           sparse-checkout: | 
               src/script/backport-create-issue
index 55f7cfaa88d92744013d0fe0b82300ca42dc9f19..79734c07ec94c8b8c6d94301c2d8e5a0cf9f6c75 100644 (file)
@@ -27,7 +27,7 @@ jobs:
 
     steps:
       - name: Checkout ceph.git
-        uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+        uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
         with:
           ref: ${{ github.event.pull_request.head.sha }}
           path: ceph
index 39413514c901e454d26517e4a29b59ea8b2e14b3..c2c734f867d413601b9f81c67543318d00694814 100644 (file)
@@ -15,13 +15,13 @@ jobs:
     if: github.repository == 'ceph/ceph'
     steps:
       - name: Checkout main branch for pull_request_target
-        uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+        uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
         with:
           ref: 'refs/heads/main'
           path: main
 
       - name: checkout PR HEAD
-        uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+        uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
         with:
           ref: ${{ github.event.pull_request.head.sha }}
           path: pull_request
index db9bdf1802c86eb0618d7fc05c3f4064324dbd70..69097f29ba3b51cf26064c34e9e2bfee3c8dc2be 100644 (file)
@@ -38,7 +38,7 @@ jobs:
     steps:
       - name: Checkout main branch for pull_request_target
         if: github.event_name == 'pull_request_target'
-        uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+        uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
         with:
           ref: 'refs/heads/main'
           path: 'ceph'
@@ -46,7 +46,7 @@ jobs:
 
       - name: Checkout default branch for other events
         if: github.event_name != 'pull_request_target'
-        uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+        uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
         with:
           path: 'ceph'
           fetch-depth: 0