Skip to content

Commit 746ba4a

Browse files
committed
bump action version
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
1 parent 16e6b84 commit 746ba4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate-flags.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
# Automatically compares against PR base branch (main)
2626
- name: Compare against base branch
27-
uses: open-feature/action@v0.0.3
27+
uses: open-feature/action@v0.0.4
2828
with:
2929
manifest: "flags.json"
3030

@@ -34,7 +34,7 @@ jobs:
3434
- name: Compare against remote manifest
3535
# Secret not accessible for PRs from forks
3636
if: github.repository == github.event.repository.full_name
37-
uses: open-feature/action@v0.0.3
37+
uses: open-feature/action@v0.0.4
3838
with:
3939
manifest: "flags.json"
4040
against: "https://flagd-studio.onrender.com/api"

0 commit comments

Comments
 (0)