Skip to content

Commit

Permalink
fix: pin octokit npm module version to 3 (#2295)
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vašek <mvasek@redhat.com>
  • Loading branch information
matejvasek committed May 13, 2024
1 parent 276f881 commit 46f6f08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-quarkus-platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
java-version: 21
distribution: 'temurin'
- name: Install NPM deps.
run: npm install xml2js octokit
run: npm install xml2js 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 @@ -23,7 +23,7 @@ jobs:
java-version: 21
distribution: 'temurin'
- name: Install NPM deps.
run: npm install xml2js octokit yaml semver
run: npm install xml2js octokit@3.2.1 yaml semver
- name: Create PR
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 46f6f08

Please sign in to comment.