From 7980eea38a3f09ef2e16ff3477ca62b37dba7d6e Mon Sep 17 00:00:00 2001 From: "file-sync-app[bot]" <89714990+file-sync-app[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 02:22:33 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 --- .github/workflows/ci.yml | 6 +++--- .github/workflows/coverage-comment.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/label-sync.yml | 2 +- .github/workflows/swift-dependency-updater.yml | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f29fbdf..6922fdf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Check and output correct matrix id: output_data run: | @@ -44,7 +44,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Swift uses: swift-actions/setup-swift@v2.4.0 - name: Run tests @@ -80,7 +80,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Swift uses: swift-actions/setup-swift@v2.4.0 - name: Install SwiftLint diff --git a/.github/workflows/coverage-comment.yml b/.github/workflows/coverage-comment.yml index 6418811..139e8e5 100644 --- a/.github/workflows/coverage-comment.yml +++ b/.github/workflows/coverage-comment.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: 'Download artifacts' uses: actions/github-script@v8.0.0 with: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5799110..937e4f5 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -10,7 +10,7 @@ jobs: runs-on: macOS-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Jazzy run: sudo gem install jazzy - name: Generate documentation diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml index 85ad2ca..c5c57a0 100644 --- a/.github/workflows/label-sync.yml +++ b/.github/workflows/label-sync.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Update Labels uses: micnncim/action-label-syncer@v1.3.0 env: diff --git a/.github/workflows/swift-dependency-updater.yml b/.github/workflows/swift-dependency-updater.yml index 7981a0c..78cae49 100644 --- a/.github/workflows/swift-dependency-updater.yml +++ b/.github/workflows/swift-dependency-updater.yml @@ -20,7 +20,7 @@ jobs: app_id: ${{ secrets.APP_ID }} # These two secrets need to be added private_key: ${{ secrets.APP_PRIVATE_KEY }} # to your repository settings - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: repo fetch-depth: 0 # Fetching the whole repo is required to check if branches already exist @@ -28,7 +28,7 @@ jobs: - name: Install Swift uses: swift-actions/setup-swift@v2.4.0 - name: Checkout swift-dependency-updater - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: Nef10/swift-dependency-updater path: swift-dependency-updater