Skip to content

Commit

Permalink
Update actions/checkout action to v3.6.0
Browse files Browse the repository at this point in the history
| datasource  | package          | from   | to     |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v3.0.0 | v3.6.0 |
  • Loading branch information
renovate[bot] committed Aug 24, 2023
1 parent d8c65a0 commit 795a76b
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 @@ -28,7 +28,7 @@ jobs:
endpoints-version: ${{ steps.get-endpoints-version.outputs.endpoints-version }}

steps:
- uses: actions/checkout@v3.0.0
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0

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

steps:
- uses: actions/checkout@v3.0.0
- uses: actions/checkout@v3.6.0

- uses: actions/setup-java@v3.1.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.0.0
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0

Expand Down

0 comments on commit 795a76b

Please sign in to comment.