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 7b1f0dc commit 27acbefCopy full SHA for 27acbef
.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
@@ -61,7 +61,7 @@ jobs:
61
if: matrix.os == 'windows-latest'
62
63
64
65
66
- name: Setup ${{ matrix.toolchain }}
67
@@ -72,7 +72,7 @@ jobs:
72
components: clippy
73
74
- name: Setup Python 3.8
75
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v4
76
with:
77
python-version: '3.8'
78
0 commit comments