Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Commit d075339

Browse files
Update actions/checkout action to v3.4.0
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v3.0.0 | v3.4.0 |
1 parent d8c65a0 commit d075339

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
endpoints-version: ${{ steps.get-endpoints-version.outputs.endpoints-version }}
2929

3030
steps:
31-
- uses: actions/checkout@v3.0.0
31+
- uses: actions/checkout@v3.4.0
3232
with:
3333
fetch-depth: 0
3434

@@ -65,7 +65,7 @@ jobs:
6565
runs-on: macos-11
6666

6767
steps:
68-
- uses: actions/checkout@v3.0.0
68+
- uses: actions/checkout@v3.4.0
6969

7070
- uses: actions/setup-java@v3.1.0
7171
with:

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
timeout-minutes: 20
1515

1616
steps:
17-
- uses: actions/checkout@v3.0.0
17+
- uses: actions/checkout@v3.4.0
1818
with:
1919
fetch-depth: 0
2020

0 commit comments

Comments
 (0)