Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-03-07 15:06:19 +0100
committerGitHub <noreply@github.com>2024-03-07 15:06:19 +0100
commit9ae1048262fa5ba0e6c9ad77b866fcd29522a55a (patch)
tree2717c218f635c7945d8f2ee9b996de3ad3a4514e
parent08a6d402c4792cae95aec196460dc67aadd86f3c (diff)
chore(deps): update actions/setup-python action to v5 (#2289)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/github-pages.yml2
-rw-r--r--.github/workflows/python-publish.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml
index 9d572ca4..90e49611 100644
--- a/.github/workflows/github-pages.yml
+++ b/.github/workflows/github-pages.yml
@@ -22,7 +22,7 @@ jobs:
options: --privileged
steps:
- uses: actions/checkout@v4
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
- name: Install pre-dependencies
run: |
pacman -Sy --noconfirm tree git python-pyparted python-simple-term-menu python-setuptools python-sphinx python-sphinx_rtd_theme python-build python-installer python-wheel
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml
index b204252e..0cf71783 100644
--- a/.github/workflows/python-publish.yml
+++ b/.github/workflows/python-publish.yml
@@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies