Commit 98ce231d authored by dependabot[bot]'s avatar dependabot[bot] Committed by Dmitrii Safronov
Browse files

build(deps): bump actions/checkout from 5 to 6

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...v6

)

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

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent ffbcb1ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ jobs:

    steps:
      - name: Checkout repository
        uses: actions/checkout@v5
        uses: actions/checkout@v6

      # Workaround: https://github.com/docker/build-push-action/issues/461
      - name: Setup Docker buildx
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ jobs:
      cancel-in-progress: false
    steps:
      - name: Checkout
        uses: actions/checkout@v5
        uses: actions/checkout@v6
        with:
          fetch-depth: 0
          token: ${{ secrets.SEMANTIC_RELEASE_TOKEN || secrets.GITHUB_TOKEN }}
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ jobs:
      contents: read
    steps:
      - name: Checkout
        uses: actions/checkout@v5
        uses: actions/checkout@v6
        with:
          fetch-depth: 0