Bump actions/checkout to v3

This commit is contained in:
Shivam Mathur
2022-03-02 06:00:52 +05:30
parent b75c104ca8
commit 4678e809c3
28 changed files with 35 additions and 35 deletions

View File

@ -19,10 +19,10 @@ jobs:
steps:
- name: Checkout release
if: github.event_name != 'workflow_dispatch'
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Checkout tag
uses: actions/checkout@v2
uses: actions/checkout@v3
if: github.event_name == 'workflow_dispatch'
with:
ref: ${{ github.event.inputs.tag }}