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 5, 2023
1 parent 712b233 commit 9339fcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 @@ -32,7 +32,7 @@ jobs:
/Users/runneradmin/AppData/Local/bazelisk
/Users/runneradmin/.cache/bazel-disk-cache
key: ${{runner.os}}-bazel-cache
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: bazelisk build --config=ci //...
- run: bazelisk run --config=ci //test
build-linux:
Expand All @@ -44,6 +44,6 @@ jobs:
~/.cache/bazelisk
~/.cache/bazel-disk-cache
key: ${{runner.os}}-bazel-cache
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: bazelisk build --config=ci //...

4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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 //cli:ecsact_rtb'
- run: 'cp ./bazel-bin/cli/ecsact_rtb ecsact_rtb_${{ github.ref_name }}_linux_x64'
- run: 'gh release upload ${{ github.ref_name }} ecsact_rtb_${{ github.ref_name }}_linux_x64'
Expand All @@ -32,7 +32,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 //cli:ecsact_rtb'
- run: 'Copy-Item .\bazel-bin\cli\ecsact_rtb.exe -Destination .\ecsact_rtb_${{ github.ref_name }}_windows_x64.exe'
- run: 'gh release upload ${{ github.ref_name }} ./ecsact_rtb_${{ github.ref_name }}_windows_x64.exe'
Expand Down

0 comments on commit 9339fcc

Please sign in to comment.