We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb13e24 + 449f1e1 commit 36e82bfCopy full SHA for 36e82bf
1 file changed
.github/workflows/build.yaml
@@ -21,7 +21,7 @@ jobs:
21
outputs:
22
artifact: ${{steps.upload.outputs.artifact-url}}
23
steps:
24
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
25
- run: |
26
bazel run //:bundle_release -- bin/
27
- name: smoke test
@@ -42,6 +42,6 @@ jobs:
42
os: [ubuntu-latest, windows-latest, macos-latest]
43
runs-on: ${{ matrix.os }}
44
45
46
47
bazel test --test_output=errors @gawk//...
0 commit comments