Skip to content

Commit 6ccee75

Browse files
committed
Patch Node12 problems in continuous-deployment ... again
1 parent 3b0e357 commit 6ccee75

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/continuous-deployment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414

1515
- id: install
1616
name: Install Python, pipenv and Pipfile packages
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v2
33+
uses: actions/checkout@v3
3434

3535
- id: install
3636
name: Install Python, pipenv and Pipfile packages
@@ -50,7 +50,7 @@ jobs:
5050
needs: [test-python]
5151
steps:
5252
- name: Checkout
53-
uses: actions/checkout@v2
53+
uses: actions/checkout@v3
5454

5555
- id: install
5656
name: Install Python, pipenv and Pipfile packages

0 commit comments

Comments
 (0)