Skip to content

Commit ad50890

Browse files
authored
Pin to latest major version only
1 parent e8792f4 commit ad50890

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: git clone
8-
uses: actions/checkout@v4.1.3
8+
uses: actions/checkout@v4
99
- name: Set up JDK
1010
uses: actions/[email protected]
1111
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ jobs:
44
validation:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4.1.3
7+
- uses: actions/checkout@v4
88
- uses: gradle/wrapper-validation-action@v3

.github/workflows/release.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
steps:
1010
- name: git clone
11-
uses: actions/checkout@v4.1.3
11+
uses: actions/checkout@v4
1212
- name: Set up JDK
1313
uses: actions/[email protected]
1414
with:

0 commit comments

Comments
 (0)