Skip to content

Commit 973d24e

Browse files
committed
Don't use outdated actions/checkout@master
1 parent 605b3a5 commit 973d24e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test_jira_sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@master
12+
uses: actions/checkout@v2
1313
- name: Test JIRA sync
1414
uses: ./sync_issues_to_jira
1515
with:

sync_issues_to_jira/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
name: Sync issues to Jira
7171
runs-on: ubuntu-latest
7272
steps:
73-
- uses: actions/checkout@master
73+
- uses: actions/checkout@v2
7474
- name: Sync GitHub issues to Jira project
7575
uses: espressif/github-actions/sync_issues_to_jira@master
7676
env:

upload_components/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
upload_components:
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@master
38+
- uses: actions/checkout@v2
3939
with:
4040
submodules: "recursive"
4141

@@ -60,7 +60,7 @@ jobs:
6060
upload_components:
6161
runs-on: ubuntu-latest
6262
steps:
63-
- uses: actions/checkout@master
63+
- uses: actions/checkout@v2
6464
with:
6565
submodules: "recursive"
6666

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy