mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-04-28 15:33:47 +01:00
chore(actions): update apt
workflow dep versions
This commit is contained in:
parent
514469bfdd
commit
fc330ca5ff
1 changed files with 3 additions and 3 deletions
6
.github/workflows/apt.yaml
vendored
6
.github/workflows/apt.yaml
vendored
|
@ -23,11 +23,11 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Setup GitHub pages
|
||||
uses: actions/configure-pages@v3
|
||||
uses: actions/configure-pages@v5
|
||||
- name: Upload repository artifact
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: './package/dpkg/apt'
|
||||
- name: Deploy to GitHub pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v2
|
||||
uses: actions/deploy-pages@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue