From 2084479298a12cc7ce68ee472afa79fda56aba40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 17:45:48 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5942c2c..da113e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: macos_build: runs-on: macos-11.0 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: cgrindel/gha_set_up_bazel@v1 with: repo_name: github_snippets