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 3f31560 commit d413fc6Copy full SHA for d413fc6
.github/dependabot/actions.yml
.github/workflows/example.yml
@@ -42,13 +42,11 @@ jobs:
42
# This job creates PRs, so it needs write access.
43
contents: write
44
pull-requests: write
45
- # Only needed if Dependabot is updating your workflows.
46
- actions: write
47
runs-on: ubuntu-latest
48
needs: run-dependabot
49
steps:
50
- name: Checkout code
51
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
52
53
- name: Download result
54
uses: actions/download-artifact@v4
0 commit comments