Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource     | package                              | from    | to     |
| -------------- | ------------------------------------ | ------- | ------ |
| github-tags    | actions/checkout                     | v3.5.2  | v4.1.1 |
| github-runners | macos                                | 11      | 13     |
| github-tags    | stefanzweifel/git-auto-commit-action | v4.16.0 | v5.0.0 |
  • Loading branch information
renovate[bot] committed Oct 17, 2023
1 parent 2918f2c commit 07b2a53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
integrations-version: ${{ steps.get-integrations-version.outputs.integrations-version }}

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0

Expand Down Expand Up @@ -64,10 +64,10 @@ jobs:
env:
JAVA_OPTS: -Xms512m -Xmx1024m

runs-on: macos-11
runs-on: macos-13

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.1

- uses: actions/setup-java@v3.11.0
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 20

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
run: ./gradlew --stop

- name: "Commit new API files"
uses: stefanzweifel/git-auto-commit-action@v4.16.0
uses: stefanzweifel/git-auto-commit-action@v5.0.0
with:
commit_message: Update API files
file_pattern: /**/api/*.api

0 comments on commit 07b2a53

Please sign in to comment.