Skip to content
This repository was archived by the owner on Apr 27, 2022. It is now read-only.

Commit f718add

Browse files
committed
Update actions/checkout action to v3
1 parent 5ce62ca commit f718add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout code 🛎️
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v3
2323

2424
- name: Set up Python ${{ matrix.python-version }} 🔧
2525
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)