Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
djungelorm committed Mar 9, 2024
1 parent 92ad860 commit 95662f6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
password: ${{ secrets.github_token }}
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: bazel
run: buildifier -mode check -lint warn -r .
- name: csharp
Expand All @@ -34,7 +34,7 @@ jobs:
password: ${{ secrets.github_token }}
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: fetch
uses: krpc/krpc-core/.github/actions/bazel-fetch@main
- name: build
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: windows-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: build
run: >
bazel --bazelrc=.github/workflows/bazelrc build
Expand All @@ -65,7 +65,7 @@ jobs:
password: ${{ secrets.github_token }}
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: fetch
uses: krpc/krpc-core/.github/actions/bazel-fetch@main
- name: deps
Expand All @@ -77,7 +77,7 @@ jobs:
runs-on: windows-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: deps
run: bazel --bazelrc=.github/workflows/bazelrc build //:csproj
- name: build
Expand All @@ -92,7 +92,7 @@ jobs:
password: ${{ secrets.github_token }}
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: fetch
uses: krpc/krpc-core/.github/actions/bazel-fetch@main
- name: test
Expand All @@ -103,6 +103,6 @@ jobs:
# runs-on: windows-latest
# steps:
# - name: checkout
# uses: actions/checkout@v3
# uses: actions/checkout@v4
# - name: test
# run: bazel --bazelrc=.github/workflows/bazelrc test //core:test

0 comments on commit 95662f6

Please sign in to comment.