Skip to content

Commit fc1e269

Browse files
authored
Merge pull request #3092 from UlisesGascon/chore/upgrade-gh-actions
chore: upgrade github actions
2 parents afeb408 + cdabfbe commit fc1e269

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
matrix:
99
python-version: [2.7, 3.7]
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- name: Set up Python ${{ matrix.python-version }}
13-
uses: actions/setup-python@v1
13+
uses: actions/setup-python@v4
1414
with:
1515
python-version: ${{ matrix.python-version }}
1616
- name: Install dependencies

0 commit comments

Comments
 (0)