Skip to content

Commit a709288

Browse files
authored
Merge pull request #49 from rundeck-plugins/renovate/actions-checkout-7.x
Update actions/checkout action to v7
2 parents 33e1dde + dfc168a commit a709288

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v7
1212
with:
1313
fetch-depth: 0
1414
- name: Get Fetch Tags

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v7
1616
with:
1717
fetch-depth: 0
1818
- name: Set up JDK 17

0 commit comments

Comments
 (0)