Skip to content

Commit 99440be

Browse files
committed
Move github checkout action to @v4
1 parent c9708e8 commit 99440be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
# Clone the repo. Do shallow clone up until depth two to save clone time.
2626
- name: Checkout Pluto
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v4
2828
with:
2929
fetch-depth: 2
3030
- name: Checkout submodules

.github/workflows/clang_format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
# Clone the repo. Do shallow clone to save clone time.
1616
- name: Get Pluto (mlir-private)
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 2
2020

@@ -77,7 +77,7 @@ jobs:
7777
# Upload the format patch to an artifact (zip'd) associated
7878
# with the workflow run. Only run this on a failure.
7979
- name: Upload format patch
80-
uses: actions/upload-artifact@v2
80+
uses: actions/upload-artifact@v4
8181
continue-on-error: true
8282
if: ${{ failure() }}
8383
with:

0 commit comments

Comments
 (0)