Skip to content

Commit

Permalink
Update actions/checkout action to v3.4.0
Browse files Browse the repository at this point in the history
| datasource  | package          | from   | to     |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v3.3.0 | v3.4.0 |
  • Loading branch information
renovate[bot] committed Mar 15, 2023
1 parent cd5b4a5 commit 0c7dee9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.3.0
- uses: actions/checkout@v3.4.0
with:
fetch-depth: 0

Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
runs-on: macos-11

steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.4.0

- uses: actions/setup-java@v3.10.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .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.3.0
- uses: actions/checkout@v3.4.0
with:
fetch-depth: 0

Expand Down

0 comments on commit 0c7dee9

Please sign in to comment.