From 1bc08cbde9ee1eac4d05e5eeea7170a57296f854 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:37:30 +0000 Subject: [PATCH] build(deps): update actions/checkout action to v4.1.4 --- .github/workflows/checks.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/wc-changed.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 12c772b..3473aaf 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -22,7 +22,7 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 # https://github.com/marketplace/actions/actionlint-with-reviewdog - uses: reviewdog/action-actionlint@9d8b58041eed1373f173e91b9a3db5a844197236 # v1.44.0 diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index ca4f5a9..1418ad1 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -18,7 +18,7 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 # https://github.com/marketplace/actions/github-labeler - name: Run Labeler diff --git a/.github/workflows/wc-changed.yml b/.github/workflows/wc-changed.yml index 8cb1640..d810b7e 100644 --- a/.github/workflows/wc-changed.yml +++ b/.github/workflows/wc-changed.yml @@ -18,7 +18,7 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 # https://github.com/marketplace/actions/paths-changes-filter - name: Paths Changes Filter