Skip to content

Commit 879ef64

Browse files
committed
Fix
1 parent 4c6e3bb commit 879ef64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependency-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-dependency-versions:
2222
runs-on: ubuntu-latest
2323
outputs:
24-
versions: ${{ steps.set-versions.outputs.versions }}
24+
versions: ${{ steps.fetch-versions.outputs.versions }}
2525

2626
steps:
2727

0 commit comments

Comments
 (0)