From 0ebaefa4cad3672f18045ec2b5498c9c774e03c2 Mon Sep 17 00:00:00 2001 From: Rok Garbas Date: Tue, 25 Apr 2023 17:17:56 -0400 Subject: [PATCH] Add "@ref" to the uses section of the Getting started example (#4) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac0fa05..9b86c2a 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout + uses: actions/checkout@v3 - name: Install flox - uses: flox/install-flox-action + uses: flox/install-flox-action@v1 - name: Build run: flox build