Skip to content

Commit 1b523dc

Browse files
authored
Merge pull request #173 from irgaly/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents 61aba02 + 5139c7a commit 1b523dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy_pluginportal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
SIGNING_PGP_KEY: ${{ secrets.SIGNING_PGP_KEY }}
1616
SIGNING_PGP_PASSWORD: ${{ secrets.SIGNING_PGP_PASSWORD }}
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- uses: actions/setup-java@v5
2020
with:
2121
distribution: temurin

.github/workflows/test_diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
if: ${{ !github.event.pull_request.draft }}
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- uses: actions/setup-java@v5
1515
with:
1616
distribution: temurin

.github/workflows/update_sample_diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
update-samplediff:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- uses: actions/setup-java@v5
1414
with:
1515
distribution: temurin

0 commit comments

Comments
 (0)