From 92ea48de99638b7493a81876fce7e55b1bb6f8bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 10:59:44 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/api-gateway.yaml | 2 +- .github/workflows/frontend.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/api-gateway.yaml b/.github/workflows/api-gateway.yaml index d303920..8eb3d7e 100644 --- a/.github/workflows/api-gateway.yaml +++ b/.github/workflows/api-gateway.yaml @@ -8,7 +8,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Advance Security Policy as Code uses: advanced-security/policy-as-code@v2.4.1 diff --git a/.github/workflows/frontend.yaml b/.github/workflows/frontend.yaml index 760c253..0cb6566 100644 --- a/.github/workflows/frontend.yaml +++ b/.github/workflows/frontend.yaml @@ -9,7 +9,7 @@ jobs: run: working-directory: ./frontend steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version: '16' @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Advance Security Policy as Code uses: advanced-security/policy-as-code@v2.4.1