Skip to content
This repository has been archived by the owner on Sep 24, 2023. It is now read-only.

Commit

Permalink
chore: internal fix
Browse files Browse the repository at this point in the history
  • Loading branch information
UNIDY2002 committed Sep 4, 2023
1 parent ac309bd commit 67ccf67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
unit-test-and-style-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@v4
- name: Setup caching
uses: actions/cache@v3
with:
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@v4
- name: Setup caching
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 67ccf67

Please sign in to comment.