Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 14, 2023
1 parent 65bf277 commit daeb937
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: jidicula/[email protected]
with: { clang-format-version: "15" }
build-windows:
Expand All @@ -26,7 +26,7 @@ jobs:
/Users/runneradmin/AppData/Local/bazelisk
/Users/runneradmin/.cache/bazel-disk-cache
key: ${{runner.os}}-bazel-cache
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: bazel build --config=ci //...
test-windows:
runs-on: windows-latest
Expand All @@ -38,7 +38,7 @@ jobs:
/Users/runneradmin/AppData/Local/bazelisk
/Users/runneradmin/.cache/bazel-disk-cache
key: ${{runner.os}}-bazel-cache
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: bazel test --config=ci //...
build-linux:
runs-on: ubuntu-latest
Expand All @@ -49,7 +49,7 @@ jobs:
~/.cache/bazelisk
~/.cache/bazel-disk-cache
key: ${{runner.os}}-bazel-cache
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: bazel build --config=ci --config=no-warnings //...
test-linux:
runs-on: ubuntu-latest
Expand All @@ -61,5 +61,5 @@ jobs:
~/.cache/bazelisk
~/.cache/bazel-disk-cache
key: ${{runner.os}}-bazel-cache
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: bazel test --config=ci --config=no-warnings //...

0 comments on commit daeb937

Please sign in to comment.