Skip to content

Commit a741164

Browse files
Update actions/checkout action to v4.1.6 (#838)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0796b12 commit a741164

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
validation:
1313
runs-on: ubuntu-22.04
1414
steps:
15-
- uses: actions/[email protected].5
15+
- uses: actions/[email protected].6
1616

1717
- uses: gradle/actions/[email protected]

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
runs-on: ubuntu-22.04
1616
steps:
17-
- uses: actions/[email protected].5
17+
- uses: actions/[email protected].6
1818

1919
- name: Set up JDK 17 for running Gradle
2020
uses: actions/[email protected]

.github/workflows/pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-22.04
1313
steps:
14-
- uses: actions/[email protected].5
14+
- uses: actions/[email protected].6
1515
- name: Set up JDK 17 for running Gradle
1616
uses: actions/[email protected]
1717
with:
@@ -25,7 +25,7 @@ jobs:
2525
check_links:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/[email protected].5
28+
- uses: actions/[email protected].6
2929
- name: Link Checker
3030
uses: lycheeverse/[email protected]
3131
with:

0 commit comments

Comments
 (0)