Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/update-quarkus-platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
java-version: 21
distribution: 'temurin'
- name: Install NPM deps.
run: npm install xml2js octokit@3.2.1
run: npm install xml2js@0.6.2 octokit@3.2.1
- name: Create PR
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-springboot-platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
java-version: 21
distribution: 'temurin'
- name: Install NPM deps.
run: npm install xml2js octokit@3.2.1 yaml semver
run: npm install xml2js@0.6.2 octokit@3.2.1 yaml@2.4.5 semver@7.6.3
- name: Create PR
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down
Loading