Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

steps:
- name: Clone IMS api repo
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e
with:
repository: ral-facilities/inventory-management-system-api
ref: develop
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
harbor.stfc.ac.uk/inventory-management-system/ims-api:develop

- name: Clone Object Storage api repo
uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb
uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e
with:
repository: ral-facilities/object-storage-api
ref: develop
Expand Down
Loading