Skip to content

Commit

Permalink
Replace deprecated Githib actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Mar 25, 2024
1 parent 9c947b0 commit 01c3c82
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-on-vtag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Create Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4 #see: https://github.com/actions/checkout/releases
- uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-spec-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Run Specifications
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4 #see: https://github.com/actions/checkout/releases
- uses: actions/setup-node@v4 #see: https://github.com/actions/setup-node/releases
- run: npm install
- run: npm test
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,23 +107,23 @@
"devDependencies": {
"@fortawesome/fontawesome-free": "~6.5",
"@types/node": "~20.11",
"@typescript-eslint/eslint-plugin": "~6.20",
"@typescript-eslint/parser": "~6.20",
"add-dist-header": "~1.3",
"assert-deep-strict-equal": "~1.1",
"copy-file-util": "~1.1",
"@typescript-eslint/eslint-plugin": "~7.3",
"@typescript-eslint/parser": "~7.3",
"add-dist-header": "~1.4",
"assert-deep-strict-equal": "~1.2",
"copy-file-util": "~1.2",
"copy-folder-util": "~1.1",
"csso-cli": "~4.0",
"eslint": "~8.56",
"eslint": "~8.57",
"esm-to-plain-js": "~1.1",
"jshint": "~2.13",
"less": "~4.2",
"mocha": "~10.2",
"mocha": "~10.3",
"replacer-util": "~1.2",
"rimraf": "~5.0",
"run-scripts-util": "~1.2",
"typescript": "~5.3",
"typescript": "~5.4",
"uglify-js": "~3.17",
"w3c-html-validator": "~1.6"
"w3c-html-validator": "~1.7"
}
}

0 comments on commit 01c3c82

Please sign in to comment.