Skip to content

Commit

Permalink
update a few dependencies (adoptium#2738)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams authored Mar 26, 2024
1 parent 5d9f41b commit 8fd3c7c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-adopters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- run: python3 .github/workflows/fetch-adopters.py

- uses: gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee # v1
- uses: gr2m/create-or-update-pull-request-action@2fa38a89a3163b6ee8a76c110d3af2d7325ea9aa # v1.9.3
env:
GITHUB_TOKEN: ${{ secrets.ADOPTIUM_BOT_TOKEN }}
with:
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/check-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ jobs:
with:
persist-credentials: false

- id: files
uses: jitterbit/get-changed-files@b17fbb00bdc0c0f63fcf166580804b4d2cdc2a42 # v1
- name: Get changed files
if: github.event_name == 'push'
id: files
run: |
changed_files=$(git diff --name-only "${{ github.event.before }}" "${{ github.sha }}")
echo "all=$changed_files" >> "$GITHUB_OUTPUT"
- run: pip3 install bs4

Expand Down Expand Up @@ -64,7 +67,7 @@ jobs:
done
fi
- uses: gr2m/create-or-update-pull-request-action@dc1726cbf4dd3ce766af4ec29cfb660e0125e8ee # v1
- uses: gr2m/create-or-update-pull-request-action@2fa38a89a3163b6ee8a76c110d3af2d7325ea9aa # v1.9.3
env:
GITHUB_TOKEN: ${{ secrets.ADOPTIUM_BOT_TOKEN }}
with:
Expand Down

0 comments on commit 8fd3c7c

Please sign in to comment.