Skip to content
Open
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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: [20, 22, 24]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
persist-credentials: false

Expand Down Expand Up @@ -66,12 +66,12 @@ jobs:
checkout_ref: main
steps:
- name: Check out the SDK
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
path: sdk
persist-credentials: false
- name: Check out AI Gateway
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
repository: ferro-labs/ai-gateway
ref: ${{ matrix.checkout_ref }}
Expand All @@ -94,7 +94,7 @@ jobs:
runs-on: ubuntu-latest
needs: build-and-test
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
persist-credentials: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
persist-credentials: false

# A release must pass the contract suite against the pinned gateway.
- name: Check out AI Gateway (pinned)
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
repository: ferro-labs/ai-gateway
ref: e8e4e26ddbd1dcf734722d82f02fabb50ce50037 # v1.4.5
Expand Down
Loading