Skip to content

Commit ec760b4

Browse files
Update actions/checkout action to v4
1 parent cd95c90 commit ec760b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Steps represent a sequence of tasks that will be executed as part of the job
3333
steps:
3434
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
35-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v4
3636
- uses: bazelbuild/setup-bazelisk@v1
3737
- name: Mount bazel action cache
3838
uses: actions/cache@v2

.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@v2
16+
uses: actions/checkout@v4
1717
- uses: bazelbuild/setup-bazelisk@v1
1818
- name: Check git state is clean
1919
run: git status --porcelain

0 commit comments

Comments
 (0)