diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index a549776..694f44d 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -43,7 +43,7 @@ jobs: runs-on: self-hosted-generic steps: - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 - name: Build and Push Greenbone Registry id: build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 798fdd2..64d124d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: runs-on: self-hosted-generic steps: - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 - name: Get dockerhub postgres service tags id: dtags