Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 633606c

Browse files
authored
chore(deps): update actions/checkout action to v3 (#186)
1 parent 04b8341 commit 633606c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
python-version: [3.7, 3.8, 3.9]
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- name: Set up Python ${{ matrix.python-version }}
1515
uses: actions/setup-python@v3
1616
with:

0 commit comments

Comments
 (0)