Skip to content

Commit 6b28be8

Browse files
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
1 parent fedd869 commit 6b28be8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- 1.34.0
1616
- latest
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919

2020
- name: Setup Dhall
2121
uses: ./

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ inputs:
1515
required: false
1616

1717
runs:
18-
using: node16
18+
using: node20
1919
main: src/action.js

0 commit comments

Comments
 (0)