From 72daccd5362d37858998a27e56028b8c09aa9e53 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 20 Feb 2024 23:43:06 +0100 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#101) Co-authored-by: Victor Chudnovsky --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fca5b9e..9b84adf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: # 'Cache Bazel files' - unfortunately it cannot accept variables at this # time. steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Cache Bazel files id: cache-bazel