Skip to content

Commit 00b5331

Browse files
authored
Merge pull request #60 from Staffbase/dependabot/github_actions/master/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents f540d7b + 39b81cc commit 00b5331

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: github.actor == 'dependabot[bot]'
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
- name: Prepare Auto Merge
1616
uses: ahmadnassri/action-dependabot-auto-merge@v2

.github/workflows/dependency-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
npm-audit-fix:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
persist-credentials: false
1919
- uses: Staffbase/npm-audit-fix-action@v4.0.10

0 commit comments

Comments
 (0)