Skip to content

Commit

Permalink
use checkout@v2 to avoid fatal: reference is not a tree (apache#6386)
Browse files Browse the repository at this point in the history
"fatal: reference is not a tree" is a known issue in actions/checkout#23 and fixed in checkout@v2, update checkout used in GitHub actions.
  • Loading branch information
yjshen authored Feb 21, 2020
1 parent 943c903 commit 5177bfd
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:

- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Check if this pull request only changes documentation
id: docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-go-functions-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Check if this pull request only changes documentation
id: docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-go-functions-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Check if this pull request only changes documentation
id: docs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Check if this pull request only changes documentation
id: docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-integration-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Check if this pull request only changes documentation
id: docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-integration-function-state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Check if this pull request only changes documentation
id: docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-integration-messaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Check if this pull request only changes documentation
id: docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-integration-process.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Check if this pull request only changes documentation
id: docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-integration-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Check if this pull request only changes documentation
id: docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-integration-sql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Check if this pull request only changes documentation
id: docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-integration-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Check if this pull request only changes documentation
id: docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-integration-thread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Check if this pull request only changes documentation
id: docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-integration-tiered-filesystem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Check if this pull request only changes documentation
id: docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-integration-tiered-jcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Check if this pull request only changes documentation
id: docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-license.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Set up JDK 1.8
uses: actions/setup-java@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pulsarbot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Execute pulsarbot command
id: pulsarbot
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-unit-adaptors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Check if this pull request only changes documentation
id: docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-unit-broker-sasl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Check if this pull request only changes documentation
id: docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-unit-broker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Check if this pull request only changes documentation
id: docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-unit-flaky.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Check if this pull request only changes documentation
id: docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-unit-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Check if this pull request only changes documentation
id: docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Check if this pull request only changes documentation
id: docs
Expand Down

0 comments on commit 5177bfd

Please sign in to comment.