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:
2222 DOCKER_LOGIN : ${{ secrets.DOCKER_USERNAME && secrets.DOCKER_AUTH_TOKEN }}
2323 steps :
2424 - name : Checkout sendgrid-python
25- uses : actions/checkout@v2
25+ uses : actions/checkout@v3
2626
2727 - name : Login to Docker Hub
2828 if : env.DOCKER_LOGIN
29- uses : docker/login-action@v1
29+ uses : docker/login-action@v2
3030 with :
3131 username : ${{ secrets.DOCKER_USERNAME }}
3232 password : ${{ secrets.DOCKER_AUTH_TOKEN }}
@@ -41,10 +41,10 @@ jobs:
4141 runs-on : ubuntu-latest
4242 steps :
4343 - name : Checkout sendgrid-python
44- uses : actions/checkout@v2
44+ uses : actions/checkout@v3
4545
4646 - name : Set up Python
47- uses : actions/setup-python@v2
47+ uses : actions/setup-python@v4
4848 with :
4949 python-version : ' 3.10'
5050
You can’t perform that action at this time.
0 commit comments