From 6b28be8f2912e67dd49585759e165ef53e4f7518 Mon Sep 17 00:00:00 2001 From: learoyklinginsmith Date: Tue, 12 Mar 2024 12:25:07 -0600 Subject: [PATCH] Bump node version from 16 to 20, also bump checkout action version to resolve node deprecations (#11) * Bump node version from 16 to 20, also bump checkout action version to resolve node deprecations * revert test changes to ensure we're testing with the latest dhall version --- .github/workflows/main.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 750fee9..2e755f5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: - 1.34.0 - latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup Dhall uses: ./ diff --git a/action.yml b/action.yml index e48304a..9ce56e7 100644 --- a/action.yml +++ b/action.yml @@ -15,5 +15,5 @@ inputs: required: false runs: - using: node16 + using: node20 main: src/action.js