Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion actions/account-provisioning/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
using: "composite"
steps:
- name: Download Baton
uses: ConductorOne/github-workflows/actions/get-baton@v2
uses: ConductorOne/github-workflows/actions/get-baton@v4

- name: Account Provisioning Test
env:
Expand Down
2 changes: 1 addition & 1 deletion actions/account-status-lifecycle-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
using: "composite"
steps:
- name: Download Baton
uses: ConductorOne/github-workflows/actions/get-baton@v2
uses: ConductorOne/github-workflows/actions/get-baton@v4

- name: Account Status Lifecycle Test
env:
Expand Down
2 changes: 1 addition & 1 deletion actions/sync-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
using: "composite"
steps:
- name: Download Baton
uses: ConductorOne/github-workflows/actions/get-baton@v2
uses: ConductorOne/github-workflows/actions/get-baton@v4

- name: Grant Revoke
env:
Expand Down