1
1
mirror of https://github.com/thma/LtuPatternFactory.git synced 2024-09-17 15:27:23 +03:00

Update actions/checkout action to v4

This commit is contained in:
renovate[bot] 2023-10-20 05:07:46 +00:00 committed by GitHub
parent 3b95e3b8e7
commit 69ea8cb2bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-haskell@v1
with:
ghc-version: '8.10'