diff --git a/.github/workflows/governance.links-checker.yml b/.github/workflows/governance.links-checker.yml index 74ee47e..9bcdbf3 100644 --- a/.github/workflows/governance.links-checker.yml +++ b/.github/workflows/governance.links-checker.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: # checkout to latest commit - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.7 # run markdown linter # todo https://github.com/peter-evans/link-checker diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index 780350e..2117ca7 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.7 with: fetch-depth: '0'