diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2298de13..e5ab47d8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,14 +11,14 @@ jobs: build: # make sure build/ci work properly runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: | npm install npm run all test: # make sure the action works on a clean machine without building runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ./ with: github-token: ${{ github.token }} diff --git a/action.yml b/action.yml index 9a492a19..ea8bd831 100644 --- a/action.yml +++ b/action.yml @@ -21,5 +21,5 @@ inputs: description: 'Timezone (ex. America/Denver)' required: false runs: - using: 'node16' + using: 'node18' main: 'dist/index.js' \ No newline at end of file