Skip to content

Commit

Permalink
use github action checkout@v2 to fix bug "fatal: reference is not a t…
Browse files Browse the repository at this point in the history
…ree"

Signed-off-by: Florian Fendt <[email protected]>
  • Loading branch information
ffendt committed Mar 17, 2020
1 parent 4e6ecdc commit 7cc1b8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
java: [ '1.8' ]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: [10.x, 12.x]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 7cc1b8b

Please sign in to comment.