mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-02-11 13:03:59 +00:00
Update GH Actions (#3361)
* update actions to use checkout version 4 * update upload-artifact action
This commit is contained in:
committed by
GitHub
parent
f54d4c7f0a
commit
89718c8a62
4
.github/workflows/deploy-dev-docs.yml
vendored
4
.github/workflows/deploy-dev-docs.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
git+https://github.com/veracioux/mkdoxy@v1.0.0
|
||||
|
||||
- name: Checkout flameshot source
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: 'flameshot'
|
||||
|
||||
@@ -32,7 +32,7 @@ jobs:
|
||||
make build
|
||||
|
||||
- name: Checkout flameshot website
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: 'flameshot-org/flameshot-org.github.io'
|
||||
ref: 'gh-pages'
|
||||
|
||||
Reference in New Issue
Block a user