Skip to content

Commit

Permalink
CI: update Wandalen/wretry.action and codecov/codecov-action (#3730)
Browse files Browse the repository at this point in the history
Both seem outdated.
  • Loading branch information
superlopuh authored Jan 10, 2025
1 parent fb28782 commit 9c53363
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-mlir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
version: 1.0

- name: Install uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
cache-dependency-glob: "xdsl/uv.lock"
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:

- name: Ninja Setup
if: steps.cache-binary.outputs.cache-hit != 'true'
uses: lukka/get-cmake@9e431acfe656e5db66cd4930386328fce59cfaba
uses: lukka/get-cmake@aa1df13cce8c30d2cb58efa871271c5a764623f8

- name: MLIR Build Setup
if: steps.cache-binary.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Upload coverage to Codecov
if: matrix.python-version == '3.10'
uses: Wandalen/wretry.action@v1
uses: Wandalen/wretry.action@v3
with:
action: codecov/codecov-action@v4
attempt_delay: 10000
Expand Down

0 comments on commit 9c53363

Please sign in to comment.