From faead1d637748e962c357556f5fecdc3c5c2484e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 15:19:45 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/generate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 56ab421..5ca1321 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -20,7 +20,7 @@ jobs: uses: Swatinem/rust-cache@v2 - name: Clone Google FHIR Protobufs - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: 'google/fhir' path: 'fhir'