Update all dependencies

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
Gabriel Adrian Samfira 2025-04-17 18:06:38 +03:00
parent 4bedb86cf0
commit d27bd40531
No known key found for this signature in database
GPG key ID: 7D073DCC2C074CB5
231 changed files with 11654 additions and 5870 deletions

View file

@ -19,7 +19,7 @@ jobs:
permissions:
packages: write
name: "Build GARM images"
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v3
@ -49,4 +49,4 @@ jobs:
--label "org.opencontainers.image.licenses=Apache 2.0" \
--build-arg="GARM_REF=${{ github.event.inputs.ref }}" \
-t ${{ github.event.inputs.push_to_project }}/garm:"${VERSION}" \
--push .
--push .

View file

@ -17,7 +17,7 @@ permissions: {}
jobs:
linters:
name: Linters
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
timeout-minutes: 10
steps: