File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1+ # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
2+
3+ version : 2
4+ updates :
5+ - package-ecosystem : " github-actions"
6+ directory : " /"
7+ schedule :
8+ interval : " daily"
9+ commit-message :
10+ prefix : " gh-actions"
11+ include : " scope"
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v3
13-
12+ uses : actions/checkout@v4
13+
1414 - run : sleep 5
15-
15+
1616 - name : use the action
1717 uses : ./
1818 with :
@@ -26,10 +26,10 @@ jobs:
2626 runs-on : macos-11
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@v3
29+ uses : actions/checkout@v4
3030
3131 - run : sleep 5
32-
32+
3333 - name : use the action
3434 uses : ./
3535 with :
You can’t perform that action at this time.
0 commit comments