We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d3950 commit 247a549Copy full SHA for 247a549
.github/workflows/coverage.yml
@@ -18,7 +18,7 @@ jobs:
18
# Steps represent a sequence of tasks that will be executed as part of the job
19
steps:
20
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
22
23
- name: Install bazelisk
24
run: |
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
25
26
27
28
29
30
0 commit comments