From 09c1828f3d2b1bdd8cfb2a3065057fd1a4480773 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:35:44 -0600 Subject: [PATCH] chore(deps): update actions/checkout action to v4.2.2 (#58) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yaml | 2 +- .github/workflows/update-router-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b599d4e..4322401 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: Build Docker image run: docker build -t router . - name: Run Router diff --git a/.github/workflows/update-router-config.yaml b/.github/workflows/update-router-config.yaml index 3011e17..3fcbd4b 100644 --- a/.github/workflows/update-router-config.yaml +++ b/.github/workflows/update-router-config.yaml @@ -9,7 +9,7 @@ jobs: continue-on-error: true steps: - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: Build Docker image run: docker build -t router . - name: Update Config JSON Schema