Skip to content

Commit

Permalink
Update actions' versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dbespiatykh committed Jun 6, 2024
1 parent cb71d03 commit a8bca95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
timeout-minutes: 15

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1

- name: Set up Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand All @@ -26,7 +26,7 @@ jobs:
nohup streamlit run streamlit_app.py --server.headless True > /dev/null 2>&1 &
- name: Cypress
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
start: npm start
record: true
Expand Down

0 comments on commit a8bca95

Please # to comment.