Skip to content

Commit

Permalink
Update Azure Function GH Action (#75)
Browse files Browse the repository at this point in the history
* disabling XEE; making form data formats list immutable

* clean up logging

* update azure function GH action versions
  • Loading branch information
dkontyko authored Feb 12, 2024
1 parent 07e518d commit 1e4b27e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_restpdfformfiller(dev).yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Java Sdk ${{ env.JAVA_VERSION }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'microsoft'
java-version: ${{ env.JAVA_VERSION }}
Expand All @@ -47,6 +47,6 @@ jobs:
# Generate GitHub Maven Dependency Tree
# https://github.com/marketplace/actions/maven-dependency-tree-dependency-submission
- name: Submit Dependency Snapshot
uses: advanced-security/maven-dependency-submission-action@v3
uses: advanced-security/maven-dependency-submission-action@v4
with:
directory: './${{ env.PACKAGE_DIRECTORY }}'

0 comments on commit 1e4b27e

Please sign in to comment.