diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0af923c8..017d22ec 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: # Runs a single command using the runners shell - name: Checkout Repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install Kustomize run: | diff --git a/.github/workflows/gitgaurdian.yml b/.github/workflows/gitgaurdian.yml index 405b75ca..48062fd1 100644 --- a/.github/workflows/gitgaurdian.yml +++ b/.github/workflows/gitgaurdian.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 # fetch all history so multiple commits can be scanned - name: GitGuardian scan