Update GitHub Action versions

- Mainly due to Node 12 deprecation
This commit is contained in:
Markus Opolka
2023-04-12 11:06:12 +02:00
parent 663bf2f03b
commit 128e7b4595
5 changed files with 11 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ on: [push, pull_request]
jobs:
test_images:
name: Test Latest Container Images with Trivy
name: Test Latest Container Images
runs-on: ubuntu-latest
strategy:
matrix:
@@ -28,7 +28,7 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: 'Build Container images'
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: 6.0/${{ matrix.context }}
push: false