diff --git a/.github/workflows/branch-cicd.yaml b/.github/workflows/branch-cicd.yaml index 19151f28..c832303c 100644 --- a/.github/workflows/branch-cicd.yaml +++ b/.github/workflows/branch-cicd.yaml @@ -40,7 +40,7 @@ jobs: steps: - name: 💳 Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: lfs: true fetch-depth: 0 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3ab5f5a4..9084baf9 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/stable-cicd.yaml b/.github/workflows/stable-cicd.yaml index 33a21484..88a4ddec 100644 --- a/.github/workflows/stable-cicd.yaml +++ b/.github/workflows/stable-cicd.yaml @@ -50,7 +50,7 @@ jobs: steps: - name: 💳 Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: lfs: true token: ${{secrets.ADMIN_GITHUB_TOKEN}} diff --git a/.github/workflows/unstable-cicd.yaml b/.github/workflows/unstable-cicd.yaml index d92ed1fc..d58f52b6 100644 --- a/.github/workflows/unstable-cicd.yaml +++ b/.github/workflows/unstable-cicd.yaml @@ -50,7 +50,7 @@ jobs: steps: - name: 💳 Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: lfs: true fetch-depth: 0