File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 run : |
3535 echo "dir=$(pip cache dir)" >> "$GITHUB_OUTPUT"
3636 - name : Cache pip
37- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
37+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
3838 with :
3939 path : ${{ steps.pip-cache.outputs.dir }}
4040 key : ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}
4343 ${{ runner.os }}-pip-
4444 - name : Cache checked links
4545 if : ${{ matrix.group == 'link_check' }}
46- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
46+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
4747 with :
4848 path : ~/.cache/pytest-link-check
4949 key : ${{ runner.os }}-linkcheck-${{ hashFiles('**/*.md', '**/*.rst') }}-md-links
Original file line number Diff line number Diff line change 3535 run : |
3636 echo "dir=$(pip cache dir)" >> "$GITHUB_OUTPUT"
3737 - name : Cache pip
38- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
38+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
3939 with :
4040 path : ${{ steps.pip-cache.outputs.dir }}
4141 key : ${{ runner.os }}-pip-${{ env.python-version }}-${{ hashFiles('pyproject.toml') }}
Original file line number Diff line number Diff line change 4545 run : echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
4646
4747 - name : Cache yarn
48- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
48+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
4949 id : yarn-cache
5050 with :
5151 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
5454 ${{ runner.os }}-yarn-
5555
5656 - name : Cache pip on Linux
57- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
57+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
5858 if : startsWith(runner.os, 'Linux')
5959 with :
6060 path : ~/.cache/pip
6363 ${{ runner.os }}-pip-${{ env.python-version }}
6464
6565 - name : Cache pip on macOS
66- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
66+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
6767 if : startsWith(runner.os, 'macOS')
6868 with :
6969 path : ~/Library/Caches/pip
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 - name : Base Setup
121121 uses : jupyterlab/maintainer-tools/.github/actions/base-setup@d734fad2dc3aadbe56a5fd530037656e770e1a8d # v1
122122 - name : Download sdist
123- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
123+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
124124 with :
125125 name : sdist
126126 path : sdist
@@ -146,7 +146,7 @@ jobs:
146146 - name : Base Setup
147147 uses : jupyterlab/maintainer-tools/.github/actions/base-setup@d734fad2dc3aadbe56a5fd530037656e770e1a8d # v1
148148 - name : Download sdist
149- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
149+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
150150 with :
151151 name : sdist
152152 path : sdist
Original file line number Diff line number Diff line change @@ -2778,9 +2778,9 @@ punycode@^2.1.0:
27782778 integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==
27792779
27802780qs@^6.12.3 :
2781- version "6.14.1 "
2782- resolved "https://registry.yarnpkg.com/qs/-/qs-6.14.1 .tgz#a41d85b9d3902f31d27861790506294881871159 "
2783- integrity sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ ==
2781+ version "6.14.2 "
2782+ resolved "https://registry.yarnpkg.com/qs/-/qs-6.14.2 .tgz#b5634cf9d9ad9898e31fba3504e866e8efb6798c "
2783+ integrity sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q ==
27842784 dependencies :
27852785 side-channel "^1.1.0"
27862786
You can’t perform that action at this time.
0 commit comments