diff options
Diffstat (limited to '.gitea/workflows')
| -rw-r--r-- | .gitea/workflows/build.yml | 12 | ||||
| -rw-r--r-- | .gitea/workflows/release.yml | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index e3c4a90..6a130bb 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -9,15 +9,15 @@ on: jobs: audit: - container: buildenv:5 + container: buildenv:6 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - run: hlint -- src tests test: - container: buildenv:5 + container: buildenv:6 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install dependencies run: cabal update - name: Prepare system @@ -25,9 +25,9 @@ jobs: - run: cabal test --test-show-details=streaming doc: - container: buildenv:5 + container: buildenv:6 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install dependencies run: cabal update - run: cabal haddock --enable-documentation diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index f6f905f..6ada4c3 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -7,9 +7,9 @@ on: jobs: release: - container: buildenv:5 + container: buildenv:6 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Upload a candidate env: HACKAGE_PASSWORD: ${{ secrets.HACKAGE_PASSWORD }} |
