From 336fbf46dee470e2f31b93b246849310522404b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 19:14:04 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/booking-master-component.yaml | 2 +- .github/workflows/echo-component.yaml | 2 +- .github/workflows/prettier.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/booking-master-component.yaml b/.github/workflows/booking-master-component.yaml index 633c466..7f54bd2 100644 --- a/.github/workflows/booking-master-component.yaml +++ b/.github/workflows/booking-master-component.yaml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Fetch Rust build cache uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5 with: diff --git a/.github/workflows/echo-component.yaml b/.github/workflows/echo-component.yaml index a535891..ad0e381 100644 --- a/.github/workflows/echo-component.yaml +++ b/.github/workflows/echo-component.yaml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Fetch Rust build cache uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5 with: diff --git a/.github/workflows/prettier.yaml b/.github/workflows/prettier.yaml index 501697b..7191c02 100644 --- a/.github/workflows/prettier.yaml +++ b/.github/workflows/prettier.yaml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Lint code uses: creyD/prettier_action@8c18391fdc98ed0d884c6345f03975edac71b8f0 # v4.6 with: