From 32da1e8aef8f1ee46e11600a8eaeea2237189e88 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 2 Aug 2024 19:41:41 +0100 Subject: [PATCH] docs: update example to use rust version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52d2751..6c5e7c8 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ jobs: test: runs-on: docker steps: - - uses: https://git.kemitix.net/kemitix/rust@v0.3.1 + - uses: https://git.kemitix.net/kemitix/rust@v1.80.0 with: args: test - - uses: https://git.kemitix.net/kemitix/rust@v0.3.1 + - uses: https://git.kemitix.net/kemitix/rust@v1.80.0 with: args: build ```