Skip to content

Commit 0ebaefa

Browse files
authored
Add "@ref" to the uses section of the Getting started example (#4)
1 parent 67baf87 commit 0ebaefa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ jobs:
7171
steps:
7272

7373
- name: Checkout
74-
uses: actions/checkout
74+
uses: actions/checkout@v3
7575

7676
- name: Install flox
77-
uses: flox/install-flox-action
77+
uses: flox/install-flox-action@v1
7878

7979
- name: Build
8080
run: flox build

0 commit comments

Comments
 (0)