diff --git a/.github/workflows/branch-cicd.yaml b/.github/workflows/branch-cicd.yaml index 0fb1f8045..8c56c8bf3 100644 --- a/.github/workflows/branch-cicd.yaml +++ b/.github/workflows/branch-cicd.yaml @@ -38,7 +38,7 @@ jobs: steps: - name: 💳 Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: true fetch-depth: 0 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6ebfc3853..c453cb5c1 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. @@ -86,7 +86,7 @@ jobs: steps: - name: 💳 Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: true fetch-depth: 0 diff --git a/.github/workflows/secrets-detection.yaml b/.github/workflows/secrets-detection.yaml index c6fb37b3c..aca1593eb 100644 --- a/.github/workflows/secrets-detection.yaml +++ b/.github/workflows/secrets-detection.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install necessary packages run: | diff --git a/.github/workflows/stable-cicd.yaml b/.github/workflows/stable-cicd.yaml index 2c8d43acf..ad554d258 100644 --- a/.github/workflows/stable-cicd.yaml +++ b/.github/workflows/stable-cicd.yaml @@ -50,7 +50,7 @@ jobs: steps: - name: 💳 Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: true token: ${{secrets.ADMIN_GITHUB_TOKEN}} diff --git a/.github/workflows/unstable-cicd.yaml b/.github/workflows/unstable-cicd.yaml index 452b4ee4c..3d438bf8c 100644 --- a/.github/workflows/unstable-cicd.yaml +++ b/.github/workflows/unstable-cicd.yaml @@ -53,7 +53,7 @@ jobs: steps: - name: 💳 Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: true fetch-depth: 0 diff --git a/.github/workflows/update-context-validation.yml b/.github/workflows/update-context-validation.yml index 0c0810f78..37fdd4c8d 100644 --- a/.github/workflows/update-context-validation.yml +++ b/.github/workflows/update-context-validation.yml @@ -15,7 +15,7 @@ jobs: if: github.actor != 'pdsen-ci' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true token: ${{ secrets.ADMIN_GITHUB_TOKEN }}