Skip to content

Commit d37fd27

Browse files
mirabilosmirabilos
authored andcommitted
update the updater [no ci]
try tokenless for now as I cannot create tokens for danvk
1 parent 7590707 commit d37fd27

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/gha-update.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,10 @@
44
"runs-on": "ubuntu-latest",
55
"steps": [
66
{
7-
"uses": "actions/checkout@v4.2.2",
8-
"with": {
9-
"token": "${{ secrets.WORKFLOW_SECRET }}"
10-
}
7+
"uses": "actions/checkout@v6.0.2"
118
},
129
{
13-
"uses": "saadmk11/github-actions-version-updater@v0.8.1",
14-
"with": {
15-
"pull_request_user_reviewers": "mirabilos",
16-
"token": "${{ secrets.WORKFLOW_SECRET }}"
17-
}
10+
"uses": "saadmk11/github-actions-version-updater@v0.9.0"
1811
}
1912
]
2013
}

0 commit comments

Comments
 (0)