mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-15 19:28:00 +01:00
Merge pull request #505 from asciinema/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 3 to 4
This commit is contained in:
4
.github/workflows/asciinema.yml
vendored
4
.github/workflows/asciinema.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
- name: checkout asciinema
|
||||
uses: actions/checkout@v3
|
||||
- name: setup Python
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
- name: install dependencies
|
||||
@@ -44,7 +44,7 @@ jobs:
|
||||
- name: checkout Asciinema
|
||||
uses: actions/checkout@v3
|
||||
- name: setup Python
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
- name: install dependencies
|
||||
|
||||
2
.github/workflows/pre-commit.yml
vendored
2
.github/workflows/pre-commit.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v3
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
- uses: pre-commit/action@v3.0.0
|
||||
|
||||
Reference in New Issue
Block a user