diff --git a/.github/workflows/run-unit-tests.yml b/.github/workflows/run-unit-tests.yml index 6952bce..b047d16 100644 --- a/.github/workflows/run-unit-tests.yml +++ b/.github/workflows/run-unit-tests.yml @@ -213,7 +213,7 @@ jobs: ${EXTRA_FLAGS} - name: Upload coverage data if: inputs.with_coverage - uses: vapor/swift-codecov-action@d5ea9e9f9fbf6cd7694e19240400288b034e3a08 # v0.3.4 + uses: vapor/swift-codecov-action@2f478f2fd22e06ca363967d0fb6c6593a8548cee # v0.3.5 with: codecov_token: ${{ secrets.CODECOV_TOKEN || '' }} package_path: ${{ inputs.package_root }} @@ -261,7 +261,7 @@ jobs: ${EXTRA_FLAGS} - name: Upload coverage data if: inputs.with_coverage && steps.swift-check.outputs.swift-compatible == 'true' - uses: vapor/swift-codecov-action@d5ea9e9f9fbf6cd7694e19240400288b034e3a08 # v0.3.4 + uses: vapor/swift-codecov-action@2f478f2fd22e06ca363967d0fb6c6593a8548cee # v0.3.5 with: codecov_token: ${{ secrets.CODECOV_TOKEN || '' }} package_path: ${{ inputs.package_root }} @@ -416,7 +416,7 @@ jobs: with: { package_root: "${{ inputs.package_root }}", assume_installed_version: "${{ matrix.swift-version }}" } - name: Run unit tests if: steps.swift-check.outputs.swift-compatible == 'true' - uses: skiptools/swift-android-action@8db781febb546110d48dee035131db8f4e259e91 # v2.9.4 + uses: skiptools/swift-android-action@2044b79660f201ccef8cbce62877e4ec5409f9c8 # v2.9.5 with: swift-version: ${{ matrix.swift-version }} copy-files: ${{ inputs.android_copy_files }}