Skip to content

Commit

Permalink
Merge pull request #37 from sfc-gh-jcarroll/update-ci-versions
Browse files Browse the repository at this point in the history
Update action steps to latest version for node16 deprecation
  • Loading branch information
sfc-gh-jcarroll authored Jan 25, 2024
2 parents 3c90507 + f565ae6 commit a7d8a5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/app-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
streamlit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: streamlit/[email protected]
Expand All @@ -23,7 +23,7 @@ jobs:
ruff: true
pytest-args: -v --junit-xml=test-results.xml
- if: always()
uses: pmeier/pytest-results-action@main
uses: pmeier/pytest-results-action@v0.6.0
with:
path: test-results.xml
summary: true
Expand Down

0 comments on commit a7d8a5d

Please sign in to comment.