Skip to content

Commit

Permalink
update fildesh
Browse files Browse the repository at this point in the history
  • Loading branch information
grencez committed Feb 12, 2024
1 parent 92ad548 commit b6f038f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_bazel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
key: ${{ runner.os }}-bazel

- name: Bazel Setup
uses: jwlawson/actions-setup-bazel@v1
uses: jwlawson/actions-setup-bazel@v2
with:
bazel-version: '6'
bazel-version: 'latest'

- name: Bazel Version
run: bazel --version
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
key: ${{ runner.os }}-bazel

- name: Bazel Setup
uses: jwlawson/actions-setup-bazel@v1
uses: jwlawson/actions-setup-bazel@v2
with:
bazel-version: '6'

Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ bazel_dep(name = "rules_proto", version = "4.0.0")
git_override(
module_name = "fildesh",
remote = "https://github.com/grencez/fildesh.git",
commit="f0841991085717aaeca83f09c41cd42ecf4abc34",
commit="9defdbec27700e01888d0834015e28947baba7cd",
)

0 comments on commit b6f038f

Please sign in to comment.