From 60fc9c92d57af9eafc38fcaa0fbe6b3f25c005e7 Mon Sep 17 00:00:00 2001 From: Nikhil Jha Date: Feb 07 2022 22:29:41 +0000 Subject: vendor github actions security(?) --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 687514f..bb060b8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: - name: Clone repository uses: actions/checkout@v2 - name: Makes extra disk space - uses: greg-hellings/make-space@v1 + uses: nikhiljha/make-space@v1 - name: Install necessary tools run: | sudo apt update @@ -57,7 +57,7 @@ jobs: with: name: image - name: Upload files to release - uses: ncipollo/release-action@v1 + uses: nikhiljha/release-action@v1 with: artifacts: fedora.img.xz allowUpdates: true