Skip to content

Commit

Permalink
Revert "Bump the github-actions group with 2 updates (#1931)"
Browse files Browse the repository at this point in the history
This reverts commit b5d2598.
  • Loading branch information
nicklockwood committed Nov 27, 2024
1 parent 59918c9 commit ddb7462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
cd ../../../../
xcrun llvm-cov export -format="lcov" -instr-profile $pathCoverage Build/Build/Products/Debug/SwiftFormat.framework/SwiftFormat > info.lcov
- name: Codecov
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v4
with:
# the token is optional for a public repo, but including it anyway
token: a47579fa-9a2a-4c48-b557-aa725c6b5f92
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install cross-binutils for aarch64
run: sudo apt install -y binutils-aarch64-linux-gnu
- name: Build and export binaries
uses: docker/build-push-action@v6
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit ddb7462

Please sign in to comment.