From fcab7cb6cf9a8e04dc44259be4481955e3f05f25 Mon Sep 17 00:00:00 2001 From: teoxoy <28601907+teoxoy@users.noreply.github.com> Date: Tue, 31 Jan 2023 21:54:35 +0100 Subject: [PATCH] update to node16 --- .github/workflows/test.yml | 4 ++-- README.md | 4 ++-- action.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e1d5a18..9c91de3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,14 +10,14 @@ jobs: build: # make sure build/ci work properly runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: | yarn yarn ci test: # make sure the action works on a clean machine without building runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - uses: ./ diff --git a/README.md b/README.md index 77c2d56..2cb5c4d 100644 --- a/README.md +++ b/README.md @@ -168,11 +168,11 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Generate README.md - uses: teoxoy/profile-readme-stats@v1 + uses: teoxoy/profile-readme-stats@v2 with: token: ${{ secrets.USER_TOKEN }} - name: Update README.md diff --git a/action.yml b/action.yml index 537d078..988483c 100644 --- a/action.yml +++ b/action.yml @@ -17,7 +17,7 @@ inputs: required: false default: false runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' branding: icon: 'align-justify'