Skip to content

Commit

Permalink
Only reference major versions in workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
John Rodriguez committed May 14, 2023
1 parent eb34f8a commit 86006fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3

- name: Configure JDK
uses: actions/setup-java@v3
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3

- name: Configure JDK
uses: actions/setup-java@v3
Expand Down

0 comments on commit 86006fc

Please sign in to comment.