Skip to content

Commit

Permalink
Update workflows taking into account changes from js_action
Browse files Browse the repository at this point in the history
  • Loading branch information
dmvict committed Feb 19, 2024
1 parent 62451a2 commit 7512b65
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/JsActionPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs :
- name : Setup git for windows
if : ${{ matrix.os == 'windows-latest' }}
run : git config --system core.longpaths true
- uses : actions/checkout@v2
- uses : actions/checkout@v4
with :
fetch-depth: 2
ref: js_action
- name : ${{ matrix.node-version }}
uses : Wandalen/wretry.action@master
with :
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/JsActionPullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs :
- name : Setup git for windows
if : ${{ matrix.os == 'windows-latest' }}
run : git config --system core.longpaths true
- uses : actions/checkout@v2
with :
fetch-depth: 2
- uses : actions/checkout@v4
- name : ${{ matrix.node-version }}
uses : Wandalen/wretry.action@master
with :
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/JsActionPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs :
- name : Setup git for windows
if : ${{ matrix.os == 'windows-latest' }}
run : git config --system core.longpaths true
- uses : actions/checkout@v2
with :
fetch-depth: 2
- uses : actions/checkout@v4
- name : ${{ matrix.node-version }}
uses : Wandalen/wretry.action@master
with :
Expand Down

0 comments on commit 7512b65

Please sign in to comment.