Skip to content

Commit c7471ff

Browse files
committed
Update actions/checkout from v2 to v3
1 parent bc5a1d3 commit c7471ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- name: Setup Python
1414
uses: actions/setup-python@v4
1515
with:

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
1111

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

0 commit comments

Comments
 (0)