Merge pull request #11316 from backstage/renovate/actions-setup-python-3.x

chore(deps): update actions/setup-python action to v3
This commit is contained in:
Fredrik Adelöw
2022-05-04 23:08:50 +02:00
committed by GitHub
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
- name: install dependencies
run: yarn install --frozen-lockfile