We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e110a66 commit d0b8058Copy full SHA for d0b8058
.github/workflows/generate_dependency_graph.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
14
15
- name: Setup Graphviz
16
uses: ts-graphviz/setup-graphviz@v1
@@ -25,6 +25,6 @@ jobs:
25
git diff --quiet && git diff --staged --quiet || git commit -am 'Update dependency graph'
26
27
- name: Push
28
- uses: ad-m/github-push-action@develop
+ uses: ad-m/github-push-action@0.8.0
29
with:
30
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments