Skip to content

Commit 0ddd70f

Browse files
authored
docs: Update setup-regal in docs (#1964)
* docs: Update setup-regal in docs This pointed to a very old release of the setup action Signed-off-by: Charlie Egan <charlie_egan@apple.com> * Bump actions/checkout from v4 to v6 Update checkout action version in CI lint-rego example. Signed-off-by: Charlie Egan <charlie_egan@apple.com> --------- Signed-off-by: Charlie Egan <charlie_egan@apple.com>
1 parent 9016d3d commit 0ddd70f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/cicd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
lint-rego:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
23-
- uses: open-policy-agent/setup-regal@v1
22+
- uses: actions/checkout@v6
23+
- uses: open-policy-agent/setup-regal@v2
2424
with:
2525
# For production workflows, use a specific version, like v0.22.0
2626
version: latest

0 commit comments

Comments
 (0)