Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (streamlit#7302)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 3f6bc84 commit 9a9b8fd
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-streamlit-lib-prod.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@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
persist-credentials: false
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 @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v3
uses: actions/checkout@v4
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 repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

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
steps:
- name: Checkout Streamlit code
uses: actions/checkout@v3
uses: actions/checkout@v4
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@v3
uses: actions/checkout@v4
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 @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
submodules: "recursive"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress-update-snapshots.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@v3
uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress.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@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
persist-credentials: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/js-tests.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@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
persist-credentials: false
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v3
uses: actions/checkout@v4
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@v3
uses: actions/checkout@v4
with:
submodules: "recursive"
# Save the access token to the local git config, so
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

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

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

steps:
- name: Checkout Core Previews Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
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/playwright.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@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
persist-credentials: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

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

steps:
- name: Checkout Core Previews Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
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/py-prod-deps-smoke-test.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@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-min-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

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

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

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

steps:
- name: Checkout branch "${{ env.TARGET_BRANCH }}"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.TARGET_BRANCH }}
# Save the access token to the local git config, so
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
steps:
- name: Checkout Streamlit code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}
persist-credentials: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

steps:
- name: Checkout Streamlit code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}
# Save the access token to the local git config, so
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
python scripts/create_release.py
- name: Checkout branch "${{ env.CONSTRAINTS_BRANCH }}"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.CONSTRAINTS_BRANCH }}
# Save the access token to the local git config, so
Expand Down

0 comments on commit 9a9b8fd

Please sign in to comment.