Skip to content

Commit 6e84ba2

Browse files
authored
Merge pull request #122 from brenocq/dependabot/github_actions/dev/actions/checkout-4
Chore(deps): Bump actions/checkout from 2 to 4
2 parents 4d622b8 + c2b9d0b commit 6e84ba2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ updates:
1313
- "brenocq"
1414
assignees:
1515
- "brenocq"
16+
groups:
17+
github-actions:
18+
patterns:
19+
- "*"

.github/workflows/updateReadmeButtons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
env:
1616
working-directory: .github/scripts/updateReadmeButtons
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- uses: actions/setup-python@v5
2020
with:
2121
python-version: '3.9'

0 commit comments

Comments
 (0)