mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-08-05 11:16:04 -04:00
Bump-up GitHub action workflows to latest version
This commit is contained in:
parent
f3c0d5d422
commit
a9e4d8a0a1
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -11,9 +11,9 @@ jobs:
|
|||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Setup python 3.9
|
- name: Setup python 3.9
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
|
4
.github/workflows/package.yml
vendored
4
.github/workflows/package.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
- ubuntu-focal
|
- ubuntu-focal
|
||||||
- ubuntu-bionic
|
- ubuntu-bionic
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
# Determine which PPA we should upload to
|
# Determine which PPA we should upload to
|
||||||
- name: PPA
|
- name: PPA
|
||||||
@ -66,7 +66,7 @@ jobs:
|
|||||||
args: --no-sign
|
args: --no-sign
|
||||||
ppa: ${{ steps.ppa.outputs.ppa }}
|
ppa: ${{ steps.ppa.outputs.ppa }}
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Packages for ${{ matrix.distro }}
|
name: Packages for ${{ matrix.distro }}
|
||||||
path: output
|
path: output
|
||||||
|
Loading…
x
Reference in New Issue
Block a user