Skip to content

Commit

Permalink
Merge pull request #74 from ut-issl/feature/update-main-v3.0.1
Browse files Browse the repository at this point in the history
update main v3.0.1
  • Loading branch information
TomokiMochizuki authored Aug 9, 2024
2 parents 62ea851 + fced83e commit 64b3a0d
Show file tree
Hide file tree
Showing 10 changed files with 219 additions and 153 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v3
Expand Down
164 changes: 91 additions & 73 deletions aspnetapp/WINGS/ClientApp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions aspnetapp/WINGS/ClientApp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wings",
"version": "3.0.0",
"version": "3.0.1",
"private": true,
"dependencies": {
"@babel/eslint-parser": "^7.24.7",
Expand Down Expand Up @@ -92,4 +92,4 @@
"last 1 safari version"
]
}
}
}
Loading

0 comments on commit 64b3a0d

Please sign in to comment.