From 79d86ab19d59ff54c4d1c17c7ef1676066439923 Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Sun, 12 Jan 2025 04:34:00 +0000 Subject: [PATCH] chore(deps): update actions (.github/workflows/release-draft.yml) --- .github/workflows/docker.yaml | 2 +- .github/workflows/governance.links-checker.yml | 2 +- .github/workflows/release-draft.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index a1cb08e..754dd89 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -25,7 +25,7 @@ jobs: github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true' || github.event_name == 'push' && (github.event.created == false && github.event.forced == false) steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4.2.2 - name: prepare id: prep diff --git a/.github/workflows/governance.links-checker.yml b/.github/workflows/governance.links-checker.yml index 2a42232..26842ce 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.6.0 # 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..68ef8fc 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.6.0 with: fetch-depth: '0'