mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Fix Invalid Action Version Specification in Check USNs Workflow.
Fix Invalid Action Version Specification in Check USNs Workflow. Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
aa9f3843eb
commit
7165660a45
1 changed files with 3 additions and 3 deletions
6
.github/workflows/snap_usns.yml
vendored
6
.github/workflows/snap_usns.yml
vendored
|
@ -19,16 +19,16 @@ jobs:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
uses: brettcannon/pip-secure-install@v1
|
uses: insightsengineering/pip-action@v2.0.0
|
||||||
with:
|
with:
|
||||||
requirements-file: .github/workflows/scripts/requirements.txt
|
requirements: .github/workflows/scripts/requirements.txt
|
||||||
|
|
||||||
- name: Install Snap dependencies
|
- name: Install Snap dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo snap install review-tools --edge
|
sudo snap install review-tools --edge
|
||||||
|
|
||||||
- name: Set up Launchpad credentials
|
- name: Set up Launchpad credentials
|
||||||
uses: DamianReeves/write-file-action@v1
|
uses: DamianReeves/write-file-action@v1.2
|
||||||
with:
|
with:
|
||||||
path: lp_credentials
|
path: lp_credentials
|
||||||
contents: ${{ secrets.LAUNCHPAD_CREDENTIALS }}
|
contents: ${{ secrets.LAUNCHPAD_CREDENTIALS }}
|
||||||
|
|
Loading…
Reference in a new issue