8000 misc: Upgrade GitHub Action test-and-deploy.yml (#1064) · sendgrid/sendgrid-python@102842a · GitHub
[go: up one dir, main page]

Skip to content

Commit 102842a

Browse files
authored
misc: Upgrade GitHub Action test-and-deploy.yml (#1064)
1 parent 93612af commit 102842a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)
0