From 3e0b6b268b1e4b427f011c2980d008587f6a1f43 Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Sun, 12 Jan 2025 04:33:50 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3.5.3 (.github/workflows/release-draft.yml) --- .github/workflows/governance.links-checker.yml | 2 +- .github/workflows/release-draft.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'