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_library_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_library_releases.yml')
-rw-r--r-- | .github/workflows/deploy_library_releases.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy_library_releases.yml b/.github/workflows/deploy_library_releases.yml index 5736d2a4..a9252a5b 100644 --- a/.github/workflows/deploy_library_releases.yml +++ b/.github/workflows/deploy_library_releases.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@c952173edf28a2bd22e1a4926590c1ac39630461 + uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Determine publishing task id: task-select |