Skip to content
Closed
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
4 changes: 2 additions & 2 deletions .github/workflows/agent-evals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
has_evals: ${{ steps.matrix.outputs.has_evals }}
steps:
- name: Check out candidate
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0

Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
contains(github.event.pull_request.labels.*.name, 'agent-evals/judge') }}
steps:
- name: Check out candidate
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/homebrew-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ${{ matrix.runner }}
steps:
- name: Check out trusted source
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
ref: ${{ inputs.ref }}
persist-credentials: false
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
permission-contents: write

- name: Check out public tap
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
repository: tesserix/homebrew-tap
token: ${{ steps.tap-token.outputs.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v7

- name: Configure Pages
uses: actions/configure-pages@v5
Expand Down
Loading