Skip to content

Commit

Permalink
deps: update ci deps
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Apr 15, 2024
1 parent 56ef010 commit cea94e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/actions/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:

- name: 🗝️ Authenticate to Google Cloud
id: auth
uses: google-github-actions/auth@v0
uses: google-github-actions/auth@v2
with:
create_credentials_file: true
token_format: access_token
Expand All @@ -47,7 +47,7 @@ runs:

- name: 🏷️ Extract tags from GitHub
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: gcr.io/${{ inputs.project-id }}/app
tags: |
Expand All @@ -57,7 +57,7 @@ runs:
latest
- name: 📦 Build and push image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
builder: ${{ steps.builder.outputs.name }}
tags: ${{ steps.meta.outputs.tags }}
Expand All @@ -68,7 +68,7 @@ runs:

- name: 🚀 Deploy to Cloud Run
id: deploy
uses: google-github-actions/deploy-cloudrun@v0
uses: google-github-actions/deploy-cloudrun@v2
with:
service: masquerade
image: gcr.io/${{ inputs.project-id }}/masquerade:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: pytest

- name: 📞 Report coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./cov.xml

0 comments on commit cea94e8

Please sign in to comment.