Skip to content

Commit c91d023

Browse files
bump internal action refs from v2 to v4 (#90)
sync-test, account-provisioning, and account-status-lifecycle-test pinned get-baton@v2 internally. The v2 tag still installs baton from the archived conductorone/baton repo, and GitHub resolves nested action refsindependently, so these actions bypassed the baton-sdk fix from #89
1 parent 53d8286 commit c91d023

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

actions/account-provisioning/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
using: "composite"
3434
steps:
3535
- name: Download Baton
36-
uses: ConductorOne/github-workflows/actions/get-baton@v2
36+
uses: ConductorOne/github-workflows/actions/get-baton@v4
3737

3838
- name: Account Provisioning Test
3939
env:

actions/account-status-lifecycle-test/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
using: "composite"
3333
steps:
3434
- name: Download Baton
35-
uses: ConductorOne/github-workflows/actions/get-baton@v2
35+
uses: ConductorOne/github-workflows/actions/get-baton@v4
3636

3737
- name: Account Status Lifecycle Test
3838
env:

actions/sync-test/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
using: "composite"
3535
steps:
3636
- name: Download Baton
37-
uses: ConductorOne/github-workflows/actions/get-baton@v2
37+
uses: ConductorOne/github-workflows/actions/get-baton@v4
3838

3939
- name: Grant Revoke
4040
env:

0 commit comments

Comments
 (0)