Skip to content

Update the actions/cache step to v4 (#77) #74

Update the actions/cache step to v4 (#77)

Update the actions/cache step to v4 (#77) #74

Workflow file for this run

jobs:
build:
name: Check Frozen Imports
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dhall-lang/setup-dhall@v4
- name: dhall freeze
run: dhall freeze --all ./package.dhall
name: Test
on:
push: {}