diff --git a/.github/workflows/combine.yml b/.github/workflows/combine.yml index 06cf005c32..46760e57b4 100644 --- a/.github/workflows/combine.yml +++ b/.github/workflows/combine.yml @@ -6,7 +6,7 @@ jobs: combine-prs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.3 + - uses: actions/checkout@v4.1.6 - uses: maadhattah/combine-dependabot-prs@main with: branchPrefix: "dependabot" diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index fd2f088fcf..dd8042c5a0 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -39,7 +39,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.6 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0