Skip to content

Commit

Permalink
update github action for nodejs obsolescence
Browse files Browse the repository at this point in the history
  • Loading branch information
fdefelici committed Jun 20, 2024
1 parent 297805e commit 7a1e3c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
BUILD_DIR: ${{ github.workspace }}\build
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: List Workspace
run: dir /a ${{ github.workspace }}
- name: Compile
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
BUILD_DIR: ${{ github.workspace }}/build
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: List Workspace
run: ls -la ${{ github.workspace }}
- name: Compile
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
BUILD_DIR: ${{ github.workspace }}/build
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: List Workspace
run: ls -la ${{ github.workspace }}
- name: Install Clang (if needed)
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
BUILD_DIR: ${{ github.workspace }}/build
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: List Workspace
run: ls -la ${{ github.workspace }}
- name: Compile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 7a1e3c9

Please sign in to comment.