index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Daniel Girtler <girtler.daniel@gmail.com> | 2023-09-05 21:32:30 +1000 |
---|---|---|
committer | Daniel Girtler <girtler.daniel@gmail.com> | 2023-09-05 21:32:30 +1000 |
commit | bcf1eb3e36a46117cf13fd4ce4f22b8525f3cd3e (patch) | |
tree | 09d541139067732f96289a818248cfe79be800b5 /.github/workflows/python-publish.yml | |
parent | d93bf84e5928dac930ac0d2f25c4bbae7d328002 (diff) |
-rw-r--r-- | .github/workflows/python-publish.yml | 2 |
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 8a5bd679..b204252e 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v4 with: |