Skip to content

Commit b25f4d0

Browse files
committed
test v5
1 parent c6c5892 commit b25f4d0

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/cache-dependency-path.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Set up Python
2020
id: python
21-
uses: cdce8p/setup-python@pypy-version-output
21+
uses: actions/setup-python@v5
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
cache: 'pip'

.github/workflows/cache-pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Set up Python
2121
id: python
22-
uses: cdce8p/setup-python@pypy-version-output
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
cache: 'pip'

.github/workflows/cache-pipenv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Set up Python
2121
id: python
22-
uses: cdce8p/setup-python@pypy-version-output
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version : "pypy3.10"
2525
cache: 'pipenv'

.github/workflows/cache-poetry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Set up Python
2424
id: python
25-
uses: cdce8p/setup-python@pypy-version-output
25+
uses: actions/setup-python@v5
2626
with:
2727
python-version: "pypy3.10"
2828
cache: 'poetry'

.github/workflows/check-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Set up Python
2121
id: python
22-
uses: cdce8p/setup-python@pypy-version-output
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
check-latest: true

.github/workflows/testpr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test 1109 with pr
22

33
on:
44
workflow_dispatch:
5-
push:
5+
# push:
66
jobs:
77
tests:
88
name: "Test ${{ matrix.python-version }}"
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/[email protected]
1717
- name: Set up Python ${{ matrix.python-version }}
1818
id: python
19-
uses: cdce8p/setup-python@pypy-version-output
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
check-latest: true

.github/workflows/testv5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test 1109 with v5
22

33
on:
44
workflow_dispatch:
5-
push:
5+
# push:
66
jobs:
77
tests:
88
name: "Test ${{ matrix.python-version }}"

0 commit comments

Comments
 (0)