From 8b263f05773a5c466c36842a65c999c7671e3b70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 17:22:16 +0000 Subject: [PATCH] Build(deps): Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/codeql.yml | 2 +- .github/workflows/documentation.yml | 2 +- .github/workflows/integration.yml | 2 +- .github/workflows/lint-markdown.yml | 2 +- .github/workflows/lint.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c61bc96..686de4a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: runs-on: macos-15 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Build run: swift build --build-tests -Xswiftc -warnings-as-errors @@ -77,7 +77,7 @@ jobs: destination: platform=visionOS Simulator,name=Apple Vision Pro,OS=2.5 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Build run: set -o pipefail && NSUnbufferedIO=YES xcodebuild build-for-testing -scheme TMDb -only-testing TMDbTests -destination '${{ matrix.destination }}' @@ -91,7 +91,7 @@ jobs: container: swift:6.0.2-jammy steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Build run: swift build --build-tests -Xswiftc -warnings-as-errors diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ae13cfba..03f9a29b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -30,7 +30,7 @@ jobs: security-events: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Initialize CodeQL uses: github/codeql-action/init@v3 diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index d829917e..49c4fc8c 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -29,7 +29,7 @@ jobs: container: swift:6.0.2-jammy steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Pages uses: actions/configure-pages@v5 diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index b56446cc..f459000f 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -28,7 +28,7 @@ jobs: runs-on: macos-15 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Build run: swift build --build-tests diff --git a/.github/workflows/lint-markdown.yml b/.github/workflows/lint-markdown.yml index 3de19fd3..56b75141 100644 --- a/.github/workflows/lint-markdown.yml +++ b/.github/workflows/lint-markdown.yml @@ -24,7 +24,7 @@ jobs: image: docker://ghcr.io/igorshubovych/markdownlint-cli:latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Lint README run: markdownlint "README.md" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7239d549..1481babf 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: runs-on: macos-15 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: SwiftFormat run: swift format lint -r -p --strict .