Skip to content

Commit f813220

Browse files
committed
v4.5.12
Signed-off-by: Kev Provance <kevin.provance@gmail.com>
1 parent 2589e97 commit f813220

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/continuous-integration-workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
name: New tag
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@master
12+
- uses: actions/checkout@v4
1313
- name: Build
14-
run: |
15-
npm install
14+
# run: |
15+
# npm install
1616
- name: WordPress Plugin Deploy
17-
uses: 10up/action-wordpress-plugin-deploy@master
17+
uses: 10up/action-wordpress-plugin-deploy@stable
1818
env:
1919
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
2020
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}

0 commit comments

Comments
 (0)