aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2024-01-28 12:53:43 +0100
committerEgor Tensin <egor@tensin.name>2024-01-28 12:53:43 +0100
commit67372b3d9e9c255355e933e4b29ac55d204f5a71 (patch)
treeb545ae2998260d1bf3b823fbabd9c25a26e39246
parentMerge tag 'v2.4.6' into debian (diff)
downloadlinux-status-67372b3d9e9c255355e933e4b29ac55d204f5a71.tar.gz
linux-status-67372b3d9e9c255355e933e4b29ac55d204f5a71.zip
workflows: upgrade actions
-rw-r--r--.github/workflows/debian.yml4
-rw-r--r--.github/workflows/ppa.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml
index 762071c..edfff87 100644
--- a/.github/workflows/debian.yml
+++ b/.github/workflows/debian.yml
@@ -11,7 +11,7 @@ jobs:
name: Binary package
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
@@ -19,7 +19,7 @@ jobs:
- name: Build binary package
run: make -C debian bin/test
- name: Upload binary package
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: build-area
path: debian/build-area/
diff --git a/.github/workflows/ppa.yml b/.github/workflows/ppa.yml
index 921d626..267a952 100644
--- a/.github/workflows/ppa.yml
+++ b/.github/workflows/ppa.yml
@@ -11,11 +11,11 @@ jobs:
name: Upload to PPA
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Import GPG key
- uses: crazy-max/ghaction-import-gpg@v5
+ uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: '${{ secrets.GPG_PRIVATE_KEY }}'
passphrase: '${{ secrets.GPG_PASSPHRASE }}'