Skip to content

Commit

Permalink
Replace deprecated Github actions script
Browse files Browse the repository at this point in the history
dpilafian committed Mar 25, 2024
1 parent 9bdf048 commit b992097
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-on-vtag.yaml
Original file line number Diff line number Diff line change
@@ -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}}
4 changes: 2 additions & 2 deletions .github/workflows/run-spec-on-push.yaml
Original file line number Diff line number Diff line change
@@ -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
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -71,20 +71,20 @@
"dependencies": {},
"devDependencies": {
"@fortawesome/fontawesome-free": "~6.5",
"add-dist-header": "~1.3",
"assert-deep-strict-equal": "~1.1",
"add-dist-header": "~1.4",
"assert-deep-strict-equal": "~1.2",
"browser-sync": "~3.0",
"copy-file-util": "~1.1",
"copy-file-util": "~1.2",
"copy-folder-util": "~1.1",
"csso-cli": "~4.0",
"dna-engine": "~3.1",
"jshint": "~2.13",
"mocha": "~10.2",
"mocha": "~10.3",
"replacer-util": "~1.2",
"rimraf": "~5.0",
"run-scripts-util": "~1.2",
"uglify-js": "~3.17",
"w3c-html-validator": "~1.6",
"w3c-html-validator": "~1.7",
"web-ignition": "~2.1"
}
}

0 comments on commit b992097

Please sign in to comment.