Skip to content

Commit 4d78e9e

Browse files
committed
Update github actions to more recent version of checkout action
1 parent e449b2b commit 4d78e9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
os: macos-latest
1919
runs-on: ${{ matrix.os }}
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222

2323
- if: startsWith(matrix.os, 'ubuntu')
2424
run: |
@@ -40,7 +40,7 @@ jobs:
4040
- run: mv target/release/sys sys-${{ matrix.target }}
4141
- run: mv target/release/sys-lend sys-lend-${{ matrix.target }}
4242

43-
- uses: actions/upload-artifact@v2
43+
- uses: actions/upload-artifact@v3
4444
with:
4545
name: ${{ matrix.target }}
4646
path: |

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-20.04
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
- uses: kenchan0130/actions-system-info@master
1717
id: system-info
1818

0 commit comments

Comments
 (0)