Skip to content

Commit

Permalink
Bump node version from 16 to 20, also bump checkout action version to…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
learoyklinginsmith authored Mar 12, 2024
1 parent fedd869 commit 6b28be8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- 1.34.0
- latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup Dhall
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ inputs:
required: false

runs:
using: node16
using: node20
main: src/action.js

0 comments on commit 6b28be8

Please sign in to comment.