diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0af923c8..10c4f5aa 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@v7 - name: Install Kustomize run: | diff --git a/.github/workflows/gitgaurdian.yml b/.github/workflows/gitgaurdian.yml index 405b75ca..a2746e8b 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@v7 with: fetch-depth: 0 # fetch all history so multiple commits can be scanned - name: GitGuardian scan