Skip to content

ci: update github actions #2541

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
if: github.repository == 'AssemblyScript/assemblyscript'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
ref: main
- uses: dcodeIO/setup-node-nvm@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
- uses: actions/stale@v6
with:
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed in one week if no further activity occurs. Thank you for your contributions!'
stale-issue-label: 'stale'
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: "Check"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1.0.0
- uses: actions/checkout@v3
- name: "Check that distribution files are unmodified"
if: github.event_name == 'pull_request'
run: |
Expand All @@ -30,7 +30,7 @@ jobs:
# TODO: re-enable "windows", see https://github.com/npm/cli/issues/4234
node_version: ["current", "lts_latest"]
steps:
- uses: actions/checkout@v1.0.0
- uses: actions/checkout@v3
- uses: dcodeIO/setup-node-nvm@master
with:
node-version: ${{ matrix.node_version }}
Expand All @@ -50,7 +50,7 @@ jobs:
matrix:
target: ["debug", "release"]
steps:
- uses: actions/checkout@v1.0.0
- uses: actions/checkout@v3
- uses: dcodeIO/setup-node-nvm@master
with:
node-version: current
Expand All @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest
needs: check
steps:
- uses: actions/checkout@v1.0.0
- uses: actions/checkout@v3
- uses: dcodeIO/setup-node-nvm@master
with:
node-mirror: https://nodejs.org/download/v8-canary/
Expand All @@ -90,7 +90,7 @@ jobs:
runs-on: ubuntu-latest
needs: check
steps:
- uses: actions/checkout@v1.0.0
- uses: actions/checkout@v3
- uses: dcodeIO/setup-node-nvm@master
with:
node-version: current
Expand All @@ -115,7 +115,7 @@ jobs:
runs-on: ubuntu-latest
needs: check
steps:
- uses: actions/checkout@v1.0.0
- uses: actions/checkout@v3
- uses: dcodeIO/setup-node-nvm@master
with:
node-version: current
Expand Down
1 change: 1 addition & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ under the licensing terms detailed in LICENSE:
* Daniel Salvadori <[email protected]>
* Jairus Tanaka <[email protected]>
* CountBleck <[email protected]>
* Abdul Rauf <[email protected]>

Portions of this software are derived from third-party works licensed under
the following terms:
Expand Down