|
38 | 38 | # ignore doctests |
39 | 39 | pytest_opts: "-k pins/tests" |
40 | 40 | steps: |
41 | | - - uses: actions/checkout@v2 |
42 | | - - uses: actions/setup-python@v2 |
| 41 | + - uses: actions/checkout@v4 |
| 42 | + - uses: actions/setup-python@v4 |
43 | 43 | with: |
44 | 44 | python-version: ${{ matrix.python }} |
45 | 45 | - name: Install dependencies |
|
83 | 83 | runs-on: ubuntu-latest |
84 | 84 | if: ${{ !github.event.pull_request.head.repo.fork }} |
85 | 85 | steps: |
86 | | - - uses: actions/checkout@v2 |
87 | | - - uses: actions/setup-python@v2 |
| 86 | + - uses: actions/checkout@v4 |
| 87 | + - uses: actions/setup-python@v4 |
88 | 88 | with: |
89 | 89 | python-version: "3.10" |
90 | 90 | - name: Install dependencies |
@@ -112,8 +112,8 @@ jobs: |
112 | 112 | runs-on: ubuntu-latest |
113 | 113 | if: ${{ github.event.pull_request.head.repo.fork }} |
114 | 114 | steps: |
115 | | - - uses: actions/checkout@v2 |
116 | | - - uses: actions/setup-python@v2 |
| 115 | + - uses: actions/checkout@v4 |
| 116 | + - uses: actions/setup-python@v4 |
117 | 117 | with: |
118 | 118 | python-version: "3.10" |
119 | 119 | - name: Install dependencies |
@@ -234,8 +234,8 @@ jobs: |
234 | 234 | if: github.event_name == 'release' |
235 | 235 | needs: [build-docs, tests, test-rsconnect] |
236 | 236 | steps: |
237 | | - - uses: actions/checkout@v2 |
238 | | - - uses: actions/setup-python@v2 |
| 237 | + - uses: actions/checkout@v4 |
| 238 | + - uses: actions/setup-python@v4 |
239 | 239 | with: |
240 | 240 | python-version: "3.10" |
241 | 241 | - name: "Build Package" |
|
0 commit comments