Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Nov 14, 2024
1 parent ff29af9 commit fe2334a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To use this action, add the following step to your workflow:

```yml
- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v2
uses: samuelmeuli/action-snapcraft@v3
```
A full example:
Expand All @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v3

- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v2
uses: samuelmeuli/action-snapcraft@v3

# You can now run Snapcraft shell commands
- name: Use Snapcraft
Expand Down Expand Up @@ -79,7 +79,7 @@ Finally, add the following option to your workflow step:
```yml
- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v2
uses: samuelmeuli/action-snapcraft@v3
with:
skip_install: true # optional, if already installed in an earlier step
```
Expand All @@ -90,7 +90,7 @@ Using `runs-on: ubuntu-20.04` or later, LXD is availabe by default. If using `ru

```yml
- name: Install Snapcraft with LXD
uses: samuelmeuli/action-snapcraft@v2
uses: samuelmeuli/action-snapcraft@v3
with:
use_lxd: ${{ matrix.os == 'ubuntu-18.04' }}
- name: Build snap
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-snapcraft",
"version": "2.1.1",
"version": "3.0.0",
"description": "GitHub Action for setting up Snapcraft",
"author": {
"name": "Samuel Meuli",
Expand Down

0 comments on commit fe2334a

Please sign in to comment.