We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8a8662 + 1f22f5c commit 2c0ce0aCopy full SHA for 2c0ce0a
.github/workflows/updater.yml
@@ -2,6 +2,7 @@ name: GitHub Actions Version Updater
2
3
# Controls when the action will run.
4
on:
5
+ workflow_dispatch:
6
schedule:
7
# Automatically run at 00:00 on day-of-month 5.
8
- cron: '0 0 5 * *'
@@ -11,13 +12,13 @@ jobs:
11
12
runs-on: ubuntu-latest
13
14
steps:
- - uses: actions/checkout@v4
15
+ - uses: actions/checkout@v4.2.2
16
with:
17
# [Required] Access token with `workflow` scope.
18
token: ${{ secrets.WORKFLOW_SECRET }}
19
20
- name: Run GitHub Actions Version Updater
- uses: saadmk11/github-actions-version-updater@v0.8.1
21
+ uses: saadmk11/github-actions-version-updater@v0.9.0
22
23
24
0 commit comments