File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020
2121 - name : Setup Python ${{ matrix.python-version }}
22- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
22+ uses : actions/setup-python@28f2168f4d98ee0445e3c6321f6e6616c83dd5ec
2323 with :
2424 python-version : ${{ matrix.python-version }}
2525
3232 poetry config virtualenvs.in-project true --local
3333
3434 - name : Cache dependencies
35- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
35+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3636 with :
3737 path : ./.venv
3838 key : venv-${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Generate Token
20- uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
20+ uses : actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
2121 id : app-token
2222 with :
2323 app-id : " ${{ secrets.BOT_APP_ID }}"
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Generate Token
21- uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
21+ uses : actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
2222 id : app-token
2323 with :
2424 app-id : " ${{ secrets.BOT_APP_ID }}"
Original file line number Diff line number Diff line change 1818 uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
1919
2020 - name : Setup Python
21- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
21+ uses : actions/setup-python@28f2168f4d98ee0445e3c6321f6e6616c83dd5ec
2222 with :
2323 python-version : " 3.14"
2424
Original file line number Diff line number Diff line change 5252 runs-on : ubuntu-latest
5353 steps :
5454 - name : Generate Token
55- uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
55+ uses : actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
5656 id : app-token
5757 with :
5858 app-id : " ${{ secrets.BOT_APP_ID }}"
8080 GITHUB_TOKEN : " ${{ steps.app-token.outputs.token }}"
8181
8282 - name : Renovate
83- uses : renovatebot/github-action@8d75b92f43899d483728e9a8a7fd44238020f6e6 # v46.1.2
83+ uses : renovatebot/github-action@68a3ea99af6ad249940b5a9fdf44fc6d7f14378b # v46.1.6
8484 with :
8585 configurationFile : " ${{ env.RENOVATE_ONBOARDING_CONFIG_FILE_NAME }}"
8686 token : " ${{ steps.app-token.outputs.token }}"
You can’t perform that action at this time.
0 commit comments