From 0353d6b316287f8ab4968171b23092b6b0c02682 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 4 Jan 2024 19:02:46 -0800 Subject: [PATCH] Update pip.yml --- .github/workflows/pip.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index 301e760f..cfe97e8d 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -19,14 +19,14 @@ jobs: fetch-depth: 1 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: - python-version: 3.11 + python-version: '3.11' architecture: x64 - uses: awalsh128/cache-apt-pkgs-action@latest with: - packages: ripgrep build-essential python3-dev python3-setuptools libssl-dev libldap2-dev libsasl2-dev zlib1g-dev libatomic1 python3-minimal gnupg2 curl wget python3-ldap python3-msgpack python3-mutagen python3-regex python3-pycryptodome procps + packages: ripgrep build-essential python3-dev python3-setuptools libssl-dev libldap2-dev libsasl2-dev zlib1g-dev libatomic1 gnupg2 curl wget python3-ldap python3-msgpack python3-mutagen python3-regex python3-pycryptodome procps version: 1.0 - uses: pdm-project/setup-pdm@v3