dependabot[bot]
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/build_and_publish.yml
|
|
@ -13,7 +13,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: Checkout code |
|
|
|
uses: actions/checkout@v4 |
|
|
|
uses: actions/checkout@v5 |
|
|
|
|
|
|
|
- name: Setup Docker Buildx |
|
|
|
uses: docker/setup-buildx-action@v3 |
|
|
|