We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f540d7b + 39b81cc commit 00b5331Copy full SHA for 00b5331
2 files changed
.github/workflows/auto-merge.yml
@@ -10,7 +10,7 @@ jobs:
10
if: github.actor == 'dependabot[bot]'
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
14
15
- name: Prepare Auto Merge
16
uses: ahmadnassri/action-dependabot-auto-merge@v2
.github/workflows/dependency-update.yml
@@ -13,7 +13,7 @@ jobs:
npm-audit-fix:
runs-on: ubuntu-latest
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
with:
18
persist-credentials: false
19
- uses: Staffbase/npm-audit-fix-action@v4.0.10
0 commit comments