There was an error while loading. Please reload this page.
1 parent 3b0e357 commit 6ccee75Copy full SHA for 6ccee75
1 file changed
.github/workflows/continuous-deployment.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
14
15
- id: install
16
name: Install Python, pipenv and Pipfile packages
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
36
@@ -50,7 +50,7 @@ jobs:
50
needs: [test-python]
51
52
53
54
55
56
0 commit comments