Skip to content

Commit d476c73

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(dependencies): update actions/checkout action to v3
1 parent 8996512 commit d476c73

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
@@ -24,7 +24,7 @@ jobs:
2424
python-version: [3.6, 3.7, 3.8, 3.9]
2525

2626
steps:
27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v3
2828
- name: Set up Python ${{ matrix.python-version }}
2929
uses: actions/setup-python@v3
3030
with:

0 commit comments

Comments
 (0)