Skip to content

Commit 0dd78da

Browse files
authored
Update main.yml
actions/checkout@v2 -> actions/checkout@v3
1 parent e919126 commit 0dd78da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest, macOS-latest]
12-
python-version: [3.6, 3.7, 3.8, 3.9]
12+
python-version: [3.7, 3.8, 3.9, 3.10]
1313
name: Python ${{ matrix.python-version }} example
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
1818
- name: setup-conda
1919
uses: s-weigand/setup-conda@v1

0 commit comments

Comments
 (0)