Skip to content

Commit

Permalink
fix(ci): align commit hashes in ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stas-nc committed Aug 30, 2024
1 parent 90174e5 commit d920579
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
ref: ""

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
ref: ${{ matrix.branch.ref }}

Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
ref: ""

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
ref: ${{ matrix.branch.ref }}

Expand Down Expand Up @@ -377,7 +377,7 @@ jobs:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Build the Docker image
run: |
Expand Down

0 comments on commit d920579

Please sign in to comment.