Skip to content

Commit 802f903

Browse files
chore(deps): update actions/checkout action to v6.0.2
1 parent 2187d14 commit 802f903

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
ORG_GRADLE_PROJECT_ghUsername: ${{ secrets.GITHUB_ACTOR }}
1616
ORG_GRADLE_PROJECT_ghPassword: ${{ secrets.GITHUB_TOKEN }}
1717
steps:
18-
- uses: actions/checkout@v6.0.1
18+
- uses: actions/checkout@v6.0.2
1919
with:
2020
ref: ${{ github.event.workflow_run.head_branch }}
2121
filter: "blob:none"

.github/workflows/full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
ORG_GRADLE_PROJECT_ghUsername: ${{ secrets.GITHUB_ACTOR }}
2323
ORG_GRADLE_PROJECT_ghPassword: ${{ secrets.GITHUB_TOKEN }}
2424
steps:
25-
- uses: actions/checkout@v6.0.1
25+
- uses: actions/checkout@v6.0.2
2626
with:
2727
ref: ${{ github.event.workflow_run.head_branch }}
2828
filter: "blob:none"

.github/workflows/gh-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
IS_PUBLISHING: 1
2424
steps:
25-
- uses: actions/checkout@v6.0.1
25+
- uses: actions/checkout@v6.0.2
2626
with:
2727
ref: ${{ github.event.workflow_run.head_branch }}
2828
filter: "blob:none"

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
timeout-minutes: 5
1111
steps:
1212
- &checkout-step
13-
uses: actions/checkout@v6.0.1
13+
uses: actions/checkout@v6.0.2
1414
with:
1515
ref: ${{ github.event.workflow_run.head_branch }}
1616
filter: "blob:none"

.github/workflows/update-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
ORG_GRADLE_PROJECT_ghUsername: ${{ secrets.GITHUB_ACTOR }}
2323
ORG_GRADLE_PROJECT_ghPassword: ${{ secrets.GITHUB_TOKEN }}
2424
steps:
25-
- uses: actions/checkout@v6.0.1
25+
- uses: actions/checkout@v6.0.2
2626
with:
2727
ref: ${{ github.ref }}
2828
filter: "blob:none"

0 commit comments

Comments
 (0)