Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4 (#101)
Browse files Browse the repository at this point in the history
Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
  • Loading branch information
renovate-bot and vchudnov-g authored Feb 20, 2024
1 parent 216be48 commit 72daccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72daccd

Please sign in to comment.