We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4bc021 commit a2ae812Copy full SHA for a2ae812
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
17
18
- name: Setup 1.42.0-x86_64-unknown-linux-gnu
19
uses: actions-rs/toolchain@v1
@@ -60,7 +60,7 @@ jobs:
60
if: matrix.os == 'windows-latest'
61
62
63
64
65
- name: Setup ${{ matrix.toolchain }}
66
@@ -71,7 +71,7 @@ jobs:
71
components: clippy
72
73
- name: Setup Python 3.8
74
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v4
75
with:
76
python-version: '3.8'
77
0 commit comments