Skip to content

Commit bcbec14

Browse files
chore(deps): update actions/checkout action to v6
1 parent 1f80d7f commit bcbec14

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Steps represent a sequence of tasks that will be executed as part of the job
2727
steps:
2828
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
29-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
29+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3030
# Cache build and external artifacts so that the next ci build is incremental.
3131
# Because github action caches cannot be updated after a build, we need to
3232
# store the contents of each build in a unique cache key, then fall back to loading

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
16+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1717
- name: Mount bazel caches
1818
uses: actions/cache@v4
1919
with:

0 commit comments

Comments
 (0)