mirror of
https://github.com/certbot/certbot.git
synced 2026-06-11 01:30:14 -04:00
update setup-python pinned action version to silence node deprecation warning
This commit is contained in:
parent
44289e5feb
commit
d11882ddb2
1 changed files with 3 additions and 3 deletions
6
.github/workflows/snap_packaging_jobs.yml
vendored
6
.github/workflows/snap_packaging_jobs.yml
vendored
|
|
@ -104,7 +104,7 @@ jobs:
|
|||
sudo apt-get update
|
||||
sudo apt-get install -y --no-install-recommends snapd
|
||||
sudo snap install --classic snapcraft
|
||||
- uses: actions/setup-python@v5.0.0
|
||||
- uses: actions/setup-python@v6.2.0
|
||||
with:
|
||||
python-version: '3.12'
|
||||
- name: Build snaps
|
||||
|
|
@ -147,7 +147,7 @@ jobs:
|
|||
uses: actions/checkout@v6.0.2
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: actions/setup-python@v5.0.0
|
||||
- uses: actions/setup-python@v6.2.0
|
||||
with:
|
||||
python-version: '3.12'
|
||||
- name: Install armhf dependencies
|
||||
|
|
@ -221,7 +221,7 @@ jobs:
|
|||
run: |-
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y --no-install-recommends snapd
|
||||
- uses: actions/setup-python@v5.0.0
|
||||
- uses: actions/setup-python@v6.2.0
|
||||
with:
|
||||
python-version: '3.12'
|
||||
- name: Retrieve Certbot snaps armhf
|
||||
|
|
|
|||
Loading…
Reference in a new issue