File tree Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
strategy :
13
13
matrix :
14
- python-version : [' 3.10' ]
14
+ python-version : [" 3.10" ]
15
15
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v4
18
18
# - uses: psf/black@stable
19
19
# with:
20
20
# options: "--check --verbose"
21
21
22
22
- name : Set up Python ${{ matrix.python-version }}
23
- uses : actions/setup-python@v2
23
+ uses : actions/setup-python@v5
24
24
with :
25
25
python-version : ${{ matrix.python-version }}
26
26
75
75
sparse-checkout : |
76
76
${{ steps.info.outputs.repository_name }}/zappa_settings.json
77
77
- run : mv secret_envs/${{ steps.info.outputs.repository_name }}/zappa_settings.json ./zappa_settings.json && rm -rf secret_envs
78
-
79
78
# - name: Test with Django Test
80
79
# run: |
81
80
# source ./zappa-env/bin/activate
87
86
# pytest .
88
87
89
88
- name : Configure AWS Credentials
90
- uses : aws-actions/configure-aws-credentials@v1
89
+ uses : aws-actions/configure-aws-credentials@v4
91
90
with :
92
91
aws-access-key-id : ${{ secrets.PYCON_DEV_2023_AWS_KEY }}
93
92
aws-secret-access-key : ${{ secrets.PYCON_DEV_2023_AWS_SECRET }}
Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
strategy :
13
13
matrix :
14
- python-version : [' 3.10' ]
14
+ python-version : [" 3.10" ]
15
15
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v4
18
18
# - uses: psf/black@stable
19
19
# with:
20
20
# options: "--check --verbose"
21
21
22
22
- name : Set up Python ${{ matrix.python-version }}
23
- uses : actions/setup-python@v2
23
+ uses : actions/setup-python@v5
24
24
with :
25
25
python-version : ${{ matrix.python-version }}
26
26
75
75
sparse-checkout : |
76
76
${{ steps.info.outputs.repository_name }}/zappa_settings.json
77
77
- run : mv secret_envs/${{ steps.info.outputs.repository_name }}/zappa_settings.json ./zappa_settings.json && rm -rf secret_envs
78
-
79
78
# - name: Test with Django Test
80
79
# run: |
81
80
# source ./zappa-env/bin/activate
87
86
# pytest .
88
87
89
88
- name : Configure AWS Credentials
90
- uses : aws-actions/configure-aws-credentials@v1
89
+ uses : aws-actions/configure-aws-credentials@v4
91
90
with :
92
91
aws-access-key-id : ${{ secrets.PYCON_DEV_2023_AWS_KEY }}
93
92
aws-secret-access-key : ${{ secrets.PYCON_DEV_2023_AWS_SECRET }}
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
strategy :
14
14
matrix :
15
- python-version : [' 3.10' ]
15
+ python-version : [" 3.10" ]
16
16
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
with :
20
20
persist-credentials : true # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
21
21
fetch-depth : 0 # otherwise, you will failed to push refs to dest repo
You can’t perform that action at this time.
0 commit comments