From 69d6c030a2ba495323c5d4f8e7980b433c6693be Mon Sep 17 00:00:00 2001 From: Takeshi Nakatani Date: Wed, 13 Mar 2024 19:59:24 +0900 Subject: [PATCH] Updated github actions tools and dependencies --- .github/workflows/ci.yml | 12 ++++++------ package.json | 16 ++++++++-------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 999852a..ebfa9ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,10 +56,10 @@ jobs: # job can access it # - name: Checkout sources - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} @@ -123,7 +123,7 @@ jobs: # : If you want to use the created Docker image as the default image, specify "default". # imageinfo: - - alpine:3.18,alpine:3.18,alpine,default + - alpine:3.19,alpine:3.19,alpine,default - ubuntu:22.04,ubuntu:22.04,ubuntu # @@ -131,10 +131,10 @@ jobs: # steps: - name: Checkout sources - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 # # Login to avoid the Docker Hub rate limit @@ -148,7 +148,7 @@ jobs: # - name: Login to DockerHub if: ${{ github.event_name != 'pull_request' }} - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_ACCESSTOKEN }} diff --git a/package.json b/package.json index 78e8081..207b818 100644 --- a/package.json +++ b/package.json @@ -4,15 +4,15 @@ "dependencies": { "@kubernetes/client-node": "^0.20.0", "body-parser": "^1.20.2", - "config": "^3.3.9", + "config": "^3.3.11", "cookie-parser": "~1.4.6", "dateformat": "^4.6.3", "debug": "~4.3.4", - "express": "^4.18.2", - "jose": "^5.1.1", - "k2hdkc": "^1.0.8", + "express": "^4.18.3", + "jose": "^5.2.3", + "k2hdkc": "^1.0.10", "morgan": "~1.10.0", - "rotating-file-stream": "^3.1.1" + "rotating-file-stream": "^3.2.1" }, "bin": { "k2hr3-api": "./bin/www", @@ -28,10 +28,10 @@ "test": "test" }, "devDependencies": { - "chai": "^4.3.10", + "chai": "^4.4.1", "chai-http": "^4.4.0", - "eslint": "^8.54.0", - "mocha": "^10.2.0", + "eslint": "^8.57.0", + "mocha": "^10.3.0", "nyc": "^15.1.0" }, "scripts": {