File tree Expand file tree Collapse file tree 6 files changed +18
-18
lines changed
Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ jobs:
2323 permissions :
2424 contents : write
2525 steps :
26- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
26+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
2727 with :
2828 submodules : " true"
2929
30- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
30+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
3131 with :
3232 python-version : ' 3.10'
3333
3434 - name : Install uv
35- uses : astral-sh/setup-uv@v5
35+ uses : astral-sh/setup-uv@v7
3636 with :
3737 enable-cache : true
3838 cache-dependency-glob : " uv.lock"
7070
7171 - name : Trigger mintlify workflow (Push to main or Pull Request from same repo)
7272 if : (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) || (github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'staging')
73- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
73+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
7474 with :
7575 github-token : ${{ secrets.DOCS_WORKFLOW_TOKEN }}
7676 script : |
8383
8484 - name : Trigger mintlify workflow (Release)
8585 if : github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'production')
86- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
86+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
8787 with :
8888 github-token : ${{ secrets.DOCS_WORKFLOW_TOKEN }}
8989 script : |
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Clone repo
14- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
14+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
1515
1616 - name : Set up python
17- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # 5.3 .0
17+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # 6.2 .0
1818 with :
1919 python-version : " 3.10"
2020
2121 - name : Install uv
22- uses : astral-sh/setup-uv@v5
22+ uses : astral-sh/setup-uv@v7
2323 with :
2424 enable-cache : true
2525 cache-dependency-glob : " uv.lock"
Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ jobs:
2525 python-version : ' 3.13'
2626 steps :
2727 - name : Clone repo
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v6
2929
30- - uses : actions/setup-python@v5
30+ - uses : actions/setup-python@v6
3131 with :
3232 python-version : ${{ matrix.python-version }}
3333
3434 - name : Install uv
35- uses : astral-sh/setup-uv@v5
35+ uses : astral-sh/setup-uv@v7
3636 with :
3737 enable-cache : true
3838 cache-dependency-glob : " uv.lock"
Original file line number Diff line number Diff line change 1111 permissions :
1212 id-token : write
1313 steps :
14- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
14+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
1515
16- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # 5.3 .0
16+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # 6.2 .0
1717 with :
1818 python-version : ' 3.x'
1919
2424 run : python -m build
2525
2626 - name : Publish package
27- uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
27+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
Original file line number Diff line number Diff line change 1515 pull-requests : read
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1 .0
18+ - uses : release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97 # v6.2 .0
1919 env :
2020 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 99 permissions :
1010 id-token : write
1111 steps :
12- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
12+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
1313
14- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # 5.3 .0
14+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # 6.2 .0
1515 with :
1616 python-version : ' 3.x'
1717
2222 run : python -m build
2323
2424 - name : Publish package
25- uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
25+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
2626 with :
2727 repository-url : https://test.pypi.org/legacy/
You can’t perform that action at this time.
0 commit comments