Skip to content

Commit

Permalink
Further update GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mquinson committed Sep 5, 2024
1 parent 7b6e76b commit f71f50c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: build Debian package
run: |
sudo apt install debhelper-compat python3 python3-markdown python3-markupsafe python3-jinja2 sharutils
Expand All @@ -31,7 +31,7 @@ jobs:
# image: carlodepieri/docker-archlinux-systemd
# options: --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro
# steps:
# - uses: actions/checkout@v3
# - uses: actions/checkout@v4
# - name: Install yay
# run: |
# pacman -Sy --noconfirm --needed git base-devel
Expand All @@ -52,7 +52,7 @@ jobs:
# run: |
# make arch-linux
# - name: upload
# uses: actions/upload-artifact@v3
# uses: actions/upload-artifact@v4
# with:
# path: shutorial-*.pkg.tar.xz
# name: arch_package

0 comments on commit f71f50c

Please sign in to comment.