Skip to content

Commit 36e82bf

Browse files
authored
Merge pull request #10 from plobsing/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents cb13e24 + 449f1e1 commit 36e82bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
outputs:
2222
artifact: ${{steps.upload.outputs.artifact-url}}
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
- run: |
2626
bazel run //:bundle_release -- bin/
2727
- name: smoke test
@@ -42,6 +42,6 @@ jobs:
4242
os: [ubuntu-latest, windows-latest, macos-latest]
4343
runs-on: ${{ matrix.os }}
4444
steps:
45-
- uses: actions/checkout@v4
45+
- uses: actions/checkout@v5
4646
- run: |
4747
bazel test --test_output=errors @gawk//...

0 commit comments

Comments
 (0)