diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-12-07 13:17:16 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-12-07 13:45:37 +0530 |
commit | b5b0e177d954513a5026ba82cf242068804ca5c6 (patch) | |
tree | 34731106fd85e97039f2fbf3df1693d7886a99c7 /.github/workflows/deploy_github_releases.yml | |
parent | 7cd416216e6195b4ba47ca29a587a48ae8067eaa (diff) |
github: update actions/checkout to v2.3.4
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '.github/workflows/deploy_github_releases.yml')
-rw-r--r-- | .github/workflows/deploy_github_releases.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/deploy_github_releases.yml b/.github/workflows/deploy_github_releases.yml index d9e51427..c928b7b7 100644 --- a/.github/workflows/deploy_github_releases.yml +++ b/.github/workflows/deploy_github_releases.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@c952173edf28a2bd22e1a4926590c1ac39630461 + uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Decrypt secrets run: scripts/signing-setup.sh "$ENCRYPT_KEY" @@ -53,7 +53,7 @@ jobs: needs: build steps: - name: Checkout - uses: actions/checkout@c952173edf28a2bd22e1a4926590c1ac39630461 + uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Get Non-Free Release APK uses: actions/download-artifact@f60857ee283b759efd0a9bf31b1b24a2d9c7e5cd |