Skip to content

Commit

Permalink
⬆️ upgrade dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Doellinger <[email protected]>
  • Loading branch information
realJohnDoe committed Sep 19, 2024
1 parent cc86c1e commit 8cd48f3
Show file tree
Hide file tree
Showing 61 changed files with 72,200 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
99 changes: 78 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.

Loading

0 comments on commit 8cd48f3

Please sign in to comment.