diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7ff60127..9abdd07a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # Cache build and external artifacts so that the next ci build is incremental. # Because github action caches cannot be updated after a build, we need to # store the contents of each build in a unique cache key, then fall back to loading diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94a42cf2..40c464fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Mount bazel caches uses: actions/cache@v2 with: