Skip to content

Commit d0b8058

Browse files
committed
[fix]: workflow 수정
1 parent e110a66 commit d0b8058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate_dependency_graph.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414

1515
- name: Setup Graphviz
1616
uses: ts-graphviz/setup-graphviz@v1
@@ -25,6 +25,6 @@ jobs:
2525
git diff --quiet && git diff --staged --quiet || git commit -am 'Update dependency graph'
2626
2727
- name: Push
28-
uses: ad-m/github-push-action@develop
28+
uses: ad-m/github-push-action@0.8.0
2929
with:
3030
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)