diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6ac47ab..19af441 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -20,7 +20,7 @@ jobs: - macos-latest runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run colpal/setup-yq@${{ github.ref }} uses: ./ diff --git a/action.yaml b/action.yaml index 1bf06cb..d12cd93 100644 --- a/action.yaml +++ b/action.yaml @@ -6,5 +6,5 @@ inputs: description: Version of yq binary to install required: true runs: - using: node16 + using: node20 main: dist/main.js