diff --git a/.github/workflows/governance.links-checker.yml b/.github/workflows/governance.links-checker.yml index 2a42232..ddd50f7 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@v3.5.2 + - uses: actions/checkout@v3.5.3 # 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 8715460..4eec738 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v3.5.3 with: fetch-depth: '0'