Skip to content

Commit a7d8a5d

Browse files
Merge pull request #37 from sfc-gh-jcarroll/update-ci-versions
Update action steps to latest version for node16 deprecation
2 parents 3c90507 + f565ae6 commit a7d8a5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/app-testing.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
streamlit:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
17-
- uses: actions/setup-python@v3
16+
- uses: actions/checkout@v4
17+
- uses: actions/setup-python@v5
1818
with:
1919
python-version: '3.11'
2020
- uses: streamlit/[email protected]
@@ -23,7 +23,7 @@ jobs:
2323
ruff: true
2424
pytest-args: -v --junit-xml=test-results.xml
2525
- if: always()
26-
uses: pmeier/pytest-results-action@main
26+
uses: pmeier/pytest-results-action@v0.6.0
2727
with:
2828
path: test-results.xml
2929
summary: true

0 commit comments

Comments
 (0)