Skip to content

Commit

Permalink
ci: use ory/ci/checkout (#2991)
Browse files Browse the repository at this point in the history
  • Loading branch information
icyphox authored Feb 15, 2022
1 parent 8a966e8 commit 067438f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: ory/ci/checkout@master
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
cockroachdb/cockroach:v20.2.5 start-single-node --insecure
docker start cockroach
name: Start CockroachDB
- uses: actions/checkout@v2
- uses: ory/ci/checkout@master
with:
fetch-depth: 2
- uses: actions/cache@v2
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
HSM_TOKEN_LABEL: hydra
HSM_PIN: 1234
steps:
- uses: actions/checkout@v2
- uses: ory/ci/checkout@master
- uses: actions/cache@v2
with:
path: |
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- sdk-generate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ory/ci/checkout@master
- uses: actions/setup-go@v2
with:
go-version: ^1.16
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
cockroachdb/cockroach:v20.2.5 start-single-node --insecure
docker start cockroach
name: Start CockroachDB
- uses: actions/checkout@v2
- uses: ory/ci/checkout@master
- uses: actions/setup-go@v2
with:
go-version: ^1.16
Expand Down

0 comments on commit 067438f

Please sign in to comment.