diff --git a/.github/workflows/delete-review.yml b/.github/workflows/delete-review.yml index 3ce9c3f..ea35a5b 100644 --- a/.github/workflows/delete-review.yml +++ b/.github/workflows/delete-review.yml @@ -17,7 +17,7 @@ jobs: container: image: registry.gitlab.com/cmmarslender/kubectl-helm:v3 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Vault Login uses: Chia-Network/actions/vault/login@main diff --git a/.github/workflows/deploy-review.yml b/.github/workflows/deploy-review.yml index 6fa2514..f86e4c0 100644 --- a/.github/workflows/deploy-review.yml +++ b/.github/workflows/deploy-review.yml @@ -27,7 +27,7 @@ jobs: name: Review ${{ github.event.pull_request.number }} url: https://${{ github.event.pull_request.number }}.dashboard.chia.net steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Vault Login uses: Chia-Network/actions/vault/login@main