From f3d4ddf8a3536bf9d45d7954850c8296e109abab Mon Sep 17 00:00:00 2001 From: "mrbro-bot[bot]" <137683033+mrbro-bot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 12:08:03 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.2 (#226) | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.1.1 | v4.1.2 | Co-authored-by: mrbro-bot[bot] <137683033+mrbro-bot[bot]@users.noreply.github.com> --- .github/workflows/main.yaml | 2 +- .github/workflows/renovate.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 9241cc8..eb1a26c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Checkout Branch - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 with: ref: ${{ github.head_ref }} diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index b9475ed..513469c 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -74,7 +74,7 @@ jobs: runs-on: ubuntu-latest steps: - if: github.event_name == 'push' - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - id: filter if: github.event_name == 'push' uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2