Skip to content

Commit

Permalink
Merge pull request #116 from dmvict/workflows
Browse files Browse the repository at this point in the history
READY: Fix workflows `JsAction*`, use new versions of action in the steps
  • Loading branch information
dmvict authored Sep 19, 2023
2 parents 29598f1 + ce2d42e commit 6c84d96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/JsActionPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ 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@v3
with :
fetch-depth: 2
- name : ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/JsActionPullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ 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@v3
with :
fetch-depth: 2
- name : ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/JsActionPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ 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@v3
with :
fetch-depth: 2
- name : ${{ matrix.node-version }}
Expand Down

0 comments on commit 6c84d96

Please sign in to comment.