From 67372b3d9e9c255355e933e4b29ac55d204f5a71 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 28 Jan 2024 12:53:43 +0100 Subject: workflows: upgrade actions --- .github/workflows/ppa.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/ppa.yml') 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 }}' -- cgit v1.2.3