Skip to content

Commit a2ae812

Browse files
committed
Bump actions/checkout and actions/setup-python
1 parent c4bc021 commit a2ae812

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717

1818
- name: Setup 1.42.0-x86_64-unknown-linux-gnu
1919
uses: actions-rs/toolchain@v1
@@ -60,7 +60,7 @@ jobs:
6060
if: matrix.os == 'windows-latest'
6161

6262
- name: Checkout
63-
uses: actions/checkout@v2
63+
uses: actions/checkout@v3
6464

6565
- name: Setup ${{ matrix.toolchain }}
6666
uses: actions-rs/toolchain@v1
@@ -71,7 +71,7 @@ jobs:
7171
components: clippy
7272

7373
- name: Setup Python 3.8
74-
uses: actions/setup-python@v1
74+
uses: actions/setup-python@v4
7575
with:
7676
python-version: '3.8'
7777

0 commit comments

Comments
 (0)