Skip to content

Commit

Permalink
workflows: use v4 of actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Sep 20, 2023
1 parent c846746 commit 3686ca7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
if: github.repository != 'jMonkeyEngine/jmonkeyengine'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Prettify code
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

steps:
- name: Clone the repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Validate the Gradle wrapper
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:

steps:
- name: Clone the repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1

Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:

# We need to clone everything again for uploadToMaven.sh ...
- name: Clone the repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1

Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:

# We need to clone everything again for uploadToMaven.sh ...
- name: Clone the repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1

Expand Down

0 comments on commit 3686ca7

Please sign in to comment.