Skip to content

Commit

Permalink
Changed checkout commit (getredash#6749)
Browse files Browse the repository at this point in the history
* Snapshot: 24.02.0-dev

* changed checkout commit

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Andrew Chubatiuk <[email protected]>
  • Loading branch information
3 people authored Feb 6, 2024
1 parent ab39283 commit 320fddf
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- if: github.event.pull_request.mergeable == 'false'
name: Exit if PR is not mergeable
run: exit 1
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.merge_commit_sha }}
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-python@v4
with:
python-version: '3.8'
Expand All @@ -38,10 +38,10 @@ jobs:
- if: github.event.pull_request.mergeable == 'false'
name: Exit if PR is not mergeable
run: exit 1
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.merge_commit_sha }}
ref: ${{ github.event.pull_request.head.sha }}
- name: Build Docker Images
run: |
set -x
Expand Down Expand Up @@ -78,10 +78,10 @@ jobs:
- if: github.event.pull_request.mergeable == 'false'
name: Exit if PR is not mergeable
run: exit 1
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.merge_commit_sha }}
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
Expand All @@ -105,10 +105,10 @@ jobs:
- if: github.event.pull_request.mergeable == 'false'
name: Exit if PR is not mergeable
run: exit 1
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.merge_commit_sha }}
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
Expand Down Expand Up @@ -138,10 +138,10 @@ jobs:
- if: github.event.pull_request.mergeable == 'false'
name: Exit if PR is not mergeable
run: exit 1
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.merge_commit_sha }}
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
Expand Down Expand Up @@ -208,10 +208,10 @@ jobs:
- if: github.event.pull_request.mergeable == 'false'
name: Exit if PR is not mergeable
run: exit 1
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.merge_commit_sha }}
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
Expand Down

0 comments on commit 320fddf

Please sign in to comment.