diff --git a/.github/workflows/apple-tests.yml b/.github/workflows/apple-tests.yml index acc1f55..100c5ee 100644 --- a/.github/workflows/apple-tests.yml +++ b/.github/workflows/apple-tests.yml @@ -31,7 +31,7 @@ jobs: runs-on: ${{ inputs.platform }} steps: - name: ⬇️ Get Sources - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: 🍺 Homebrew Dependencies run: | diff --git a/.github/workflows/coverage-upload.yml b/.github/workflows/coverage-upload.yml index 60bb173..0e3d87d 100644 --- a/.github/workflows/coverage-upload.yml +++ b/.github/workflows/coverage-upload.yml @@ -17,7 +17,7 @@ jobs: runs-on: ${{ inputs.platform }} steps: - name: ⬇️ Get Sources - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: 📥 Download All Artifacts uses: actions/download-artifact@v7.0.0 diff --git a/.github/workflows/no-breaking-changes.yml b/.github/workflows/no-breaking-changes.yml index 77038e0..5ed5688 100644 --- a/.github/workflows/no-breaking-changes.yml +++ b/.github/workflows/no-breaking-changes.yml @@ -23,7 +23,7 @@ jobs: swift-version: ${{ inputs.swift-version }} - name: ⬇️ Get Sources - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 with: fetch-depth: 0 diff --git a/.github/workflows/third-party-tests.yml b/.github/workflows/third-party-tests.yml index e8efbb3..b60e7ec 100644 --- a/.github/workflows/third-party-tests.yml +++ b/.github/workflows/third-party-tests.yml @@ -29,7 +29,7 @@ jobs: swift-version: ${{ inputs.swift-version }} - name: ⬇️ Get Sources - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: ⚒️ Test Package run: swift test --enable-code-coverage