fix: pin octokit npm module version to 3 (#2295)

Signed-off-by: Matej Vašek <mvasek@redhat.com>
This commit is contained in:
Matej Vašek 2024-05-13 15:42:51 +02:00 committed by GitHub
parent 276f881e53
commit 46f6f08feb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}

View File

@ -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 }}