From 82d7c871620934e77e10c2e251d80fd6e003d8bd Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Fri, 10 Jan 2025 12:46:01 +0100 Subject: [PATCH] use new rust --- .gitea/workflows/action.yml | 2 +- .gitea/workflows/update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 5bad1a9..dddc2e7 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -5,7 +5,7 @@ on: push jobs: test: runs-on: ubuntu-latest - container: git.hofer.link/philipp/ci-images:rust-2025-01-03 + container: git.hofer.link/philipp/ci-images:rust-latest steps: - uses: actions/checkout@v3 diff --git a/.gitea/workflows/update.yml b/.gitea/workflows/update.yml index 2357783..f1efe09 100644 --- a/.gitea/workflows/update.yml +++ b/.gitea/workflows/update.yml @@ -10,7 +10,7 @@ env: jobs: update: runs-on: ubuntu-latest - container: git.hofer.link/philipp/ci-images:rust-2025-01-03 + container: git.hofer.link/philipp/ci-images:rust-latest steps: - uses: actions/checkout@v3