From 7165660a45d085eba2253a82f5811773b6ae1b2f Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Tue, 26 Sep 2023 23:32:11 +1300 Subject: [PATCH] Fix Invalid Action Version Specification in Check USNs Workflow. Fix Invalid Action Version Specification in Check USNs Workflow. Signed-off-by: Michael Keller --- .github/workflows/snap_usns.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/snap_usns.yml b/.github/workflows/snap_usns.yml index 385fdcfc0..842925ab4 100644 --- a/.github/workflows/snap_usns.yml +++ b/.github/workflows/snap_usns.yml @@ -19,16 +19,16 @@ jobs: python-version: '3.x' - name: Install Python dependencies - uses: brettcannon/pip-secure-install@v1 + uses: insightsengineering/pip-action@v2.0.0 with: - requirements-file: .github/workflows/scripts/requirements.txt + requirements: .github/workflows/scripts/requirements.txt - name: Install Snap dependencies run: | sudo snap install review-tools --edge - name: Set up Launchpad credentials - uses: DamianReeves/write-file-action@v1 + uses: DamianReeves/write-file-action@v1.2 with: path: lp_credentials contents: ${{ secrets.LAUNCHPAD_CREDENTIALS }}