index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-11-23 18:14:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-23 18:14:41 +0100 |
commit | 64c91cdbcba4b1dc5270c4cf4314943e5b151641 (patch) | |
tree | 534cc7360cbdbaebb5b2d0647d0cf34aeb6c0aa0 /.github | |
parent | 61d549fbabfc65a9205c8aebf0a673d2e844840e (diff) |
-rw-r--r-- | .github/workflows/github-pages.yml | 2 |
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: | |