Skip to content

Commit

Permalink
update frontend ci actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
zjy365 committed Feb 12, 2025
1 parent 6a332d3 commit 239a219
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Extract module name
id: module_name
Expand Down Expand Up @@ -97,8 +95,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Login to Github Container Hub
uses: docker/login-action@v3
Expand Down Expand Up @@ -169,8 +165,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Extract module name
id: module_name
run: |
Expand Down

0 comments on commit 239a219

Please sign in to comment.