Skip to content

Commit

Permalink
misc: Upgrade GitHub Action test-and-deploy.yml (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Mar 13, 2023
1 parent 93612af commit 102842a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
DOCKER_LOGIN: ${{ secrets.DOCKER_USERNAME && secrets.DOCKER_AUTH_TOKEN }}
steps:
- name: Checkout sendgrid-python
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Login to Docker Hub
if: env.DOCKER_LOGIN
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_AUTH_TOKEN }}
Expand All @@ -41,10 +41,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sendgrid-python
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.10'

Expand Down

0 comments on commit 102842a

Please sign in to comment.