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
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ github.head_ref }}
persist-credentials: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cherry-pick-to-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
persist-credentials: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false
submodules: "recursive"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false
submodules: "recursive"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/component-template-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest-8-cores
steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false
submodules: "recursive"
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
echo "output_file=${component_lib_tar_gz}" >> $GITHUB_OUTPUT

- name: Checkout streamlit/component-template
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false
repository: streamlit/component-template
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false
submodules: "recursive"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# If you do not check out your code, Copilot will do this for you.
steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
submodules: "recursive"
fetch-depth: 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/enforce-pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ inputs.ref }}
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ensure-relative-imports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ inputs.ref }}
persist-credentials: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/js-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
shell: bash
steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ inputs.ref }}
persist-credentials: false
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ inputs.ref }}
persist-credentials: false
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ inputs.ref }}
persist-credentials: false
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
submodules: "recursive"
# Save the access token to the local git config, so
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ needs.create-nightly-tag.outputs.tag }}
persist-credentials: false
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ needs.create-nightly-tag.outputs.tag }}
# Save the access token to the local git config, so
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:

steps:
- name: Checkout Core Previews Repo
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: streamlit/core-previews
# The default GITHUB_TOKEN is scoped only to the triggering streamlit/streamlit repo.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/patch-release-branch-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
persist-credentials: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ inputs.ref }}
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright-changed-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ inputs.ref }}
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright-custom-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ inputs.ref }}
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ inputs.ref }}
persist-credentials: false
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 1

Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false
submodules: "recursive"
Expand Down Expand Up @@ -392,7 +392,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 1
Expand Down Expand Up @@ -449,7 +449,7 @@ jobs:

steps:
- name: Checkout Core Previews Repo
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: streamlit/core-previews
# The default GITHUB_TOKEN is scoped only to the triggering streamlit/streamlit repo.
Expand Down Expand Up @@ -494,7 +494,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-bare-executions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ inputs.ref }}
persist-credentials: false
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ inputs.ref }}
persist-credentials: false
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ inputs.ref }}
persist-credentials: false
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ inputs.ref }}
persist-credentials: false
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ inputs.ref }}
persist-credentials: false
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ inputs.ref }}
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-branch-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
persist-credentials: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-tag-and-pr-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
persist-credentials: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ github.ref_name }}
# Save the access token to the local git config, so
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot-hygiene.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ inputs.ref }}
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ github.ref_name }}
# Save the access token to the local git config, so
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-emojis-material-icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
persist-credentials: true
Expand Down