Skip to content

Commit 3364a01

Browse files
authored
Merge pull request #247 from rtCamp/update/checkout-action-to-v2-for-master
[Actions Update] Tag checkout action to v2
2 parents 58e6f0a + fd2fb49 commit 3364a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
tag:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v1
10+
- uses: actions/checkout@v2
1111
- name: WordPress Plugin Deploy
1212
uses: rtCamp/action-wordpress-org-plugin-deploy@master
1313
env:

0 commit comments

Comments
 (0)