Skip to content

Commit

Permalink
Pin to latest major version only
Browse files Browse the repository at this point in the history
  • Loading branch information
britter authored Apr 23, 2024
1 parent e8792f4 commit ad50890
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: git clone
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ jobs:
validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v3
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: git clone
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/[email protected]
with:
Expand Down

0 comments on commit ad50890

Please sign in to comment.