Update use of actions/checkout to v4

This commit is contained in:
Shivam Mathur
2023-09-09 16:23:40 +05:30
parent 319feb83c2
commit 6207829361
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@v3
uses: actions/checkout@v4
- name: Checkout tag
uses: actions/checkout@v3
uses: actions/checkout@v4
if: github.event_name == 'workflow_dispatch'
with:
ref: ${{ github.event.inputs.tag }}