Skip to content

Commit

Permalink
Merge pull request #11 from boschresearch/update-dependencies
Browse files Browse the repository at this point in the history
⬆️ Upgrade dependencies
  • Loading branch information
realJohnDoe authored Sep 19, 2024
2 parents cc86c1e + 984449e commit 006e31e
Show file tree
Hide file tree
Showing 22 changed files with 414 additions and 120 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/label-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ on: [pull_request]

jobs:
add_pr_size_label:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Check PR size
steps:
- uses: actions/checkout@v4

- name: Test the action in the current version
uses: ./

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:

steps:
- name: Label and comment PR
uses: boschresearch/[email protected].0
# Uncomment these if you want to use your own custom configuration
#with:
# bucketConfigFile: "<PATH_TO_YOUR_BUCKET_CONFIG>"
uses: boschresearch/[email protected].1
# Uncomment these lines if you want to use your own custom configuration
# with:
# bucketConfigFile: "<PATH_TO_YOUR_BUCKET_CONFIG>"
```

Note that this workflow runs only on pull requests but not on pushes to
Expand Down
2 changes: 1 addition & 1 deletion defaultBuckets.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022 - for information on the respective copyright owner see the NOTICE file or the
# Copyright (c) 2022-2024 - for information on the respective copyright owner see the NOTICE file or the
# repository https://github.com/boschresearch/pr-size-labeller.
#
# SPDX-License-Identifier: Apache-2.0
Expand Down
76 changes: 55 additions & 21 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 4 additions & 8 deletions node_modules/@actions/http-client/lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/@actions/http-client/lib/index.js.map

Large diffs are not rendered by default.

17 changes: 15 additions & 2 deletions node_modules/@actions/http-client/lib/proxy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 006e31e

Please sign in to comment.