Skip to content

Commit

Permalink
Fix stale ref to "p0deje"
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored May 9, 2024
1 parent a075541 commit c09f979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_ruleset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# the release. This can be customized with the `release_prep_command` attribute. Release notes are
# expected to be outputted to stdout from the release prep command.
#
# This workflow uses https://github.com/p0deje/setup-bazel to prepare the cache folders.
# This workflow uses https://github.com/bazel-contrib/setup-bazel to prepare the cache folders.
# Caching may be disabled by setting `mount_bazel_caches` to false.

on:
Expand Down Expand Up @@ -35,7 +35,7 @@ on:
mount_bazel_caches:
default: true
description: |
Whether to enable caching in the p0deje/setup-bazel action.
Whether to enable caching in the bazel-contrib/setup-bazel action.
type: boolean
prerelease:
default: true
Expand Down

0 comments on commit c09f979

Please sign in to comment.