We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd95c90 commit ec760b4Copy full SHA for ec760b4
.github/workflows/ci.yaml
@@ -32,7 +32,7 @@ jobs:
32
# Steps represent a sequence of tasks that will be executed as part of the job
33
steps:
34
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
35
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
36
- uses: bazelbuild/setup-bazelisk@v1
37
- name: Mount bazel action cache
38
uses: actions/cache@v2
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
- name: Checkout
16
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
17
18
- name: Check git state is clean
19
run: git status --porcelain
0 commit comments