Skip to content

Commit

Permalink
Merge pull request #8 from unicef/feature/20230921
Browse files Browse the repository at this point in the history
Feature/20230921
  • Loading branch information
dappsar authored Sep 21, 2023
2 parents c578e80 + 2289081 commit 65b09ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run Slither
uses: crytic/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
Expand Down
3 changes: 1 addition & 2 deletions disclairmer.md → disclaimer.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

Disclaimer
# Disclaimer

Copyright (c) 2023 NTT Data

Expand Down

0 comments on commit 65b09ff

Please sign in to comment.