Skip to content

Commit

Permalink
updated ref to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dderjoel authored Dec 29, 2022
1 parent d8c2b41 commit 9fb095d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
- uses: actions/checkout@v3
with:
repository: 0xADE1A1DE/AssemblyLine
ref: v1.3.1
ref: v1.3.2

- name: Install dependencies
shell: bash
Expand All @@ -27,4 +27,6 @@ runs:

- name: install
shell: bash
run: sudo make install && sudo ldconfig
run: |
sudo make install
sudo ldconfig

0 comments on commit 9fb095d

Please sign in to comment.