Skip to content

Commit a3c7165

Browse files
authored
Merge pull request #61 from rundeck-plugins/renovate/actions-checkout-7.x
Update actions/checkout action to v7
2 parents 5c2369c + b3da18b commit a3c7165

3 files changed

Lines changed: 3 additions & 3 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

.github/workflows/snapshot-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v7
1717
with:
1818
fetch-depth: 0
1919

0 commit comments

Comments
 (0)