diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1f721b1..0962232 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 # PUBLISH - name: Docker meta @@ -52,7 +52,7 @@ jobs: - docker steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 # DEPLOY - name: Helm tool installer