File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ jobs:
2828 sudo apt-get update
2929 sudo apt-get install -y ca-certificates curl gnupg
3030 sudo mkdir -p /etc/apt/keyrings
31- curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
31+ curl --proto '=https' --tlsv1.2 - fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
3232 NODE_MAJOR=20
3333 echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list
3434
3535 - name : Upgrade python packaging tools
36- run : python -m pip install --upgrade pip setuptools wheel
36+ run : python -m pip install pip==26.1.2 setuptools==83.0.0 wheel==0.47.0
3737
3838 - name : Install poetry
39- run : pip install poetry
39+ run : pip install --only-binary :all: poetry==2.2.1
4040
4141 - name : Cache poetry packages
4242 uses : actions/cache@v4
You can’t perform that action at this time.
0 commit comments