diff --git a/.github/workflows/apple-tests.yml b/.github/workflows/apple-tests.yml index acc1f55..f6a4725 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@v6.0.3 - name: 🍺 Homebrew Dependencies run: | diff --git a/.github/workflows/coverage-upload.yml b/.github/workflows/coverage-upload.yml index 60bb173..8453cee 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@v6.0.3 - 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..b4f489f 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@v6.0.3 with: fetch-depth: 0 diff --git a/.github/workflows/third-party-tests.yml b/.github/workflows/third-party-tests.yml index e8efbb3..2daff96 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@v6.0.3 - name: ⚒️ Test Package run: swift test --enable-code-coverage