mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 19:58:03 +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
|
- name: checkout asciinema
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: setup Python
|
- name: setup Python
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: "3.10"
|
python-version: "3.10"
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
@@ -44,7 +44,7 @@ jobs:
|
|||||||
- name: checkout Asciinema
|
- name: checkout Asciinema
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: setup Python
|
- name: setup Python
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python }}
|
python-version: ${{ matrix.python }}
|
||||||
- name: install dependencies
|
- 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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-python@v3
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: "3.10"
|
python-version: "3.10"
|
||||||
- uses: pre-commit/action@v3.0.0
|
- uses: pre-commit/action@v3.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user