Skip to content

Commit 1ae7efc

Browse files
authored
chore(deps): update actions/checkout action to v3 (#90)
1 parent 8d5aded commit 1ae7efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yml

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

2727
steps:
2828
# check out repository
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v3
3030

3131
- name: Set up Python 3.9
3232
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)