gh_actions: Don't use outdated actions/checkout@master

This commit is contained in:
Laukik Hase
2022-03-05 12:23:31 +05:30
parent e29e96101d
commit 9857049521
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
name: Sync Issue Comments to Jira
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2
- name: Sync issue comments to JIRA
uses: espressif/github-actions/sync_issues_to_jira@master
env: