From 092b8d73fdfb9090ff80e841c089596eee502453 Mon Sep 17 00:00:00 2001 From: 6arelyFuture Date: Wed, 11 Sep 2024 14:56:42 +0000 Subject: [PATCH] chore: bump OAT --- .gitea/workflows/link.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/link.yml b/.gitea/workflows/link.yml index 76cdcf7..eef3eb2 100644 --- a/.gitea/workflows/link.yml +++ b/.gitea/workflows/link.yml @@ -3,7 +3,7 @@ name: link on: [push] env: - OAT_VERSION: "0.14.1" + OAT_VERSION: "0.16.3" jobs: link-linux: @@ -21,7 +21,7 @@ jobs: - name: Link assets uses: addnab/docker-run-action@v3 with: - image: ubuntu:mantic + image: ubuntu:noble options: --volumes-from=${{ env.JOB_CONTAINER_NAME }} run: | cd ${{ github.workspace }}