|  | 
| 12 | 12 |  matrix: | 
| 13 | 13 |  python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] | 
| 14 | 14 |  steps: | 
| 15 |  | - - uses: actions/checkout@v4 | 
|  | 15 | + - uses: actions/checkout@v5 | 
| 16 | 16 |  - name: Set up Python ${{ matrix.python-version }} | 
| 17 | 17 |  uses: actions/setup-python@v5 | 
| 18 | 18 |  with: | 
|  | 
| 60 | 60 |  env: | 
| 61 | 61 |  DUMP_PATH: abc | 
| 62 | 62 |  steps: | 
| 63 |  | - - uses: actions/checkout@v4 | 
|  | 63 | + - uses: actions/checkout@v5 | 
| 64 | 64 |  - name: Set up Python ${{ matrix.python-version }} | 
| 65 | 65 |  uses: actions/setup-python@v5 | 
| 66 | 66 |  with: | 
| @@ -109,7 +109,7 @@ jobs: | 
| 109 | 109 |  env: | 
| 110 | 110 |  DUMP_PATH: /tmp/abs | 
| 111 | 111 |  steps: | 
| 112 |  | - - uses: actions/checkout@v4 | 
|  | 112 | + - uses: actions/checkout@v5 | 
| 113 | 113 |  - name: Set up Python ${{ matrix.python-version }} | 
| 114 | 114 |  uses: actions/setup-python@v5 | 
| 115 | 115 |  with: | 
|  | 
0 commit comments