From 4b52feebcad2debf9a7aba4221cc3bb111058386 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:45:28 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- workflows/proto/frontend-pr.yml | 2 +- workflows/proto/frontend-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/workflows/proto/frontend-pr.yml b/workflows/proto/frontend-pr.yml index 89c03b2..46ea32e 100644 --- a/workflows/proto/frontend-pr.yml +++ b/workflows/proto/frontend-pr.yml @@ -13,7 +13,7 @@ jobs: needs: configured if: needs.configured.outputs.exists == 'true' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - uses: valitydev/action-frontend/setup@v0.1 - uses: valitydev/action-setup-thrift@v1.0.1 - run: npm i # protocols don't always update the package-lock.json, so installing from package.json diff --git a/workflows/proto/frontend-publish.yml b/workflows/proto/frontend-publish.yml index 9294ba7..c6fd7cb 100644 --- a/workflows/proto/frontend-publish.yml +++ b/workflows/proto/frontend-publish.yml @@ -13,7 +13,7 @@ jobs: needs: configured if: needs.configured.outputs.exists == 'true' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - uses: valitydev/action-frontend/setup@v0.1 - uses: valitydev/action-setup-thrift@v1.0.1 - run: npm i # protocols don't always update the package-lock.json, so installing from package.json