diff --git a/.github/workflows/combine.yml b/.github/workflows/combine.yml index a6b2534447..7d619ddd29 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@v3.0.2 + - uses: actions/checkout@v3.2.0 - uses: maadhattah/combine-dependabot-prs@main with: branchPrefix: "dependabot" diff --git a/.github/workflows/generate-documentation.yml b/.github/workflows/generate-documentation.yml index 25a0135567..2e3b64ab48 100644 --- a/.github/workflows/generate-documentation.yml +++ b/.github/workflows/generate-documentation.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.2.0 - name: Github Action genshdoc id: action-genshdoc uses: vargiuscuola/genshdoc@master diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 6ea77903bf..2630896976 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@v3.0.2 + uses: actions/checkout@v3.2.0 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0