diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-04-26 09:11:00 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-04-26 09:11:00 +0200 |
| commit | 0fc7b3fc1f6acca6536c0f3e69c48c47268b5f22 (patch) | |
| tree | 5aecb87a4d9610c4bdcdc053541c10e0632cc63c /.gitea/workflows | |
| parent | a188d8130f71a447af5e72508684ba7a9472d043 (diff) | |
| download | graphql-spice-0fc7b3fc1f6acca6536c0f3e69c48c47268b5f22.tar.gz | |
Update buildenv to 6
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 }} |
