Skip to content

Commit

Permalink
Updated checkout action (#246)
Browse files Browse the repository at this point in the history
v2 is deprecated now (old node 12 action)
  • Loading branch information
max-leuthaeuser authored Feb 2, 2023
1 parent fb027c3 commit 303239b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
os: [ubuntu-22.04, windows-2022, macos-12]
steps:
- name: Checkout github repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Set up JDK 8
Expand All @@ -24,7 +24,7 @@ jobs:
formatting:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Set up JDK 8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout github repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: apt-get update
Expand Down

0 comments on commit 303239b

Please sign in to comment.