This commit is contained in:
mergify[bot] 2024-03-25 09:22:54 +00:00 committed by GitHub
commit 01abaf9426
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ jobs:
- name: Rust files
id: changed-files-rust
uses: tj-actions/changed-files@v42.1.0
uses: tj-actions/changed-files@v43.0.0
with:
files: |
**/*.rs
@ -56,7 +56,7 @@ jobs:
- name: Workflow files
id: changed-files-workflows
uses: tj-actions/changed-files@v42.1.0
uses: tj-actions/changed-files@v43.0.0
with:
files: |
.github/workflows/*.yml

View File

@ -155,7 +155,7 @@ jobs:
# Build and push image to Google Artifact Registry, and possibly DockerHub
- name: Build & push
id: docker_build
uses: docker/build-push-action@v5.2.0
uses: docker/build-push-action@v5.3.0
with:
target: ${{ inputs.dockerfile_target }}
context: .