File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
22
22
DOCKER_LOGIN : ${{ secrets.DOCKER_USERNAME && secrets.DOCKER_AUTH_TOKEN }}
23
23
steps :
24
24
- name : Checkout sendgrid-python
25
- uses : actions/checkout@v2
25
+ uses : actions/checkout@v3
26
26
27
27
- name : Login to Docker Hub
28
28
if : env.DOCKER_LOGIN
29
- uses : docker/login-action@v1
29
+ uses : docker/login-action@v2
30
30
with :
31
31
username : ${{ secrets.DOCKER_USERNAME }}
32
32
password : ${{ secrets.DOCKER_AUTH_TOKEN }}
@@ -41,10 +41,10 @@ jobs:
41
41
runs-on : ubuntu-latest
42
42
steps :
43
43
- name : Checkout sendgrid-python
44
- uses : actions/checkout@v2
44
+ uses : actions/checkout@v3
45
45
46
46
- name : Set up Python
47
- uses : actions/setup-python@v2
47
+ uses : actions/setup-python@v4
48
48
with :
49
49
python-version : ' 3.10'
50
50
You can’t perform that action at this time.
0 commit comments