Skip to content

Commit

Permalink
Merge pull request #76 from HeinHtetAung-Dev/main
Browse files Browse the repository at this point in the history
Update Transaction
  • Loading branch information
HeinHtetAung-Dev authored Sep 8, 2024
2 parents f7de876 + 7747abc commit 861da5c
Show file tree
Hide file tree
Showing 10 changed files with 546 additions and 73 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,26 +54,26 @@ jobs:
runs-on: windows-latest
steps:
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'zulu'

- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout
with:
fetch-depth: 0

- name: Cache SonarCloud packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~\sonar\cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar

- name: Cache SonarCloud scanner
id: cache-sonar-scanner
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .\.sonar\scanner
key: ${{ runner.os }}-sonar-scanner
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -363,4 +363,5 @@ MigrationBackup/
# Fody - auto-generated XML schema
FodyWeavers.xsd

.idea/
.idea/
*.json
Loading

0 comments on commit 861da5c

Please sign in to comment.