Skip to content

Commit

Permalink
chore: upgrade asw (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
alegemaate authored Sep 20, 2023
1 parent c41af3c commit 7b08a4d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down
36 changes: 0 additions & 36 deletions .github/workflows/sonar.yml

This file was deleted.

2 changes: 1 addition & 1 deletion lib/asw
2 changes: 0 additions & 2 deletions sonar-project.properties

This file was deleted.

0 comments on commit 7b08a4d

Please sign in to comment.