Skip to content

Commit d177abc

Browse files
authored
fix: gh actions build (#34)
1 parent 8c32990 commit d177abc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v1
15+
- uses: actions/checkout@v4
1616

1717
- name: Mount bazel cache
18-
uses: actions/cache@v1
18+
uses: actions/cache@v4
1919
with:
2020
path: "/home/runner/.cache/bazel"
2121
key: bazel

0 commit comments

Comments
 (0)