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      | v4     |
| github-tags    | actions/checkout                     | v3.5.2  | v4.1.0 |
| github-runners | macos                                | 11      | 13     |
| github-tags    | stefanzweifel/git-auto-commit-action | v4.16.0 | v5.0.0 |
  • Loading branch information
renovate[bot] authored Oct 6, 2023
1 parent 2918f2c commit 93e0d38
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-alpha-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.TOKEN_GITHUB_ACTION }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generate-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -58,7 +58,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.TOKEN_GITHUB_ACTION }}
Expand Down
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.0
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.0

- uses: actions/[email protected]
with:
Expand Down
6 changes: 3 additions & 3 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.0
with:
fetch-depth: 0

Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
timeout-minutes: 20

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

Expand All @@ -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 93e0d38

Please sign in to comment.