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>2023-11-23 18:14:41 +0100
committerGitHub <noreply@github.com>2023-11-23 18:14:41 +0100
commit64c91cdbcba4b1dc5270c4cf4314943e5b151641 (patch)
tree534cc7360cbdbaebb5b2d0647d0cf34aeb6c0aa0
parent61d549fbabfc65a9205c8aebf0a673d2e844840e (diff)
Update actions/checkout action to v4 (#2235)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/github-pages.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml
index b4ff5c37..fec53d54 100644
--- a/.github/workflows/github-pages.yml
+++ b/.github/workflows/github-pages.yml
@@ -12,7 +12,7 @@ jobs:
image: archlinux:latest
options: --privileged
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: actions/setup-python@v3
- name: Install pre-dependencies
run: |