Skip to content

Commit 2553657

Browse files
renovate[bot]jpenilla
authored andcommitted
chore(deps): update actions/checkout action to v5
1 parent 1a3afd1 commit 2553657

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Build
1212
runs-on: 'ubuntu-latest'
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v5
1515
- uses: actions/setup-java@v5
1616
with:
1717
distribution: 'temurin'

.github/workflows/deploy-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Deploy Snapshot
1616
runs-on: 'ubuntu-latest'
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v5
1919
- uses: actions/setup-java@v5
2020
with:
2121
distribution: 'temurin'

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Deploy
99
runs-on: 'ubuntu-latest'
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v5
1212
- uses: actions/setup-java@v5
1313
with:
1414
distribution: 'temurin'

0 commit comments

Comments
 (0)