We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e914762 + 3820614 commit cc2f841Copy full SHA for cc2f841
.github/workflows/dependabot.yml
@@ -14,7 +14,7 @@ jobs:
14
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
15
steps:
16
- name: Checkout repository
17
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
18
with:
19
fetch-depth: 0
20
- name: Abort if blocker files are changed
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
- '3.1'
21
22
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
23
- name: Set up Ruby
24
uses: ruby/setup-ruby@v1
25
0 commit comments