From cf2842544254dafc8ce572d5da2fb7ba9ea60cc4 Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Mon, 25 Mar 2024 04:28:03 +0000 Subject: [PATCH] chore(deps): update dependency actions/checkout to v3.6.0 (.github/workflows/release-draft.yml) --- .github/workflows/docker.build-push.yaml | 4 ++-- .github/workflows/release-draft.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker.build-push.yaml b/.github/workflows/docker.build-push.yaml index c7e22a6..08ab45c 100644 --- a/.github/workflows/docker.build-push.yaml +++ b/.github/workflows/docker.build-push.yaml @@ -29,7 +29,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@v3 + - uses: actions/checkout@v3.6.0 - name: login to registry run: | @@ -84,7 +84,7 @@ jobs: github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false' || github.event_name == 'push' && (github.event.created == true || github.event.forced == true) steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v3.6.0 - uses: brpaz/hadolint-action@v1.5.0 env: diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index eb17830..9ee88e9 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.0.2 + - uses: actions/checkout@v3.6.0 with: fetch-depth: '0'