Skip to content

Commit 59a2a48

Browse files
authored
Bump versions of actions and dependencies (#40)
1 parent b9f5512 commit 59a2a48

6 files changed

Lines changed: 67 additions & 95 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- [ ] Optimization
1313
- [ ] Refactor
1414
- [ ] Documentation Update
15+
- [ ] Dependency Update
1516

1617
## Summary
1718
_Please replace this line with a brief description of the changes you've made_

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,21 @@ updates:
1010
directory: "/"
1111
schedule:
1212
interval: weekly
13+
versioning-strategy: increase-if-necessary
14+
groups:
15+
update-dependencies:
16+
applies-to: version-updates
17+
patterns:
18+
- "*"
1319
- package-ecosystem: "github-actions"
1420
directory: "/"
1521
schedule:
1622
interval: weekly
23+
groups:
24+
update-actions:
25+
applies-to: version-updates
26+
patterns:
27+
- "*"
1728
- package-ecosystem: "devcontainers"
1829
directory: "/"
1930
schedule:

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
check:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- name: Setup Python 3.12
13-
uses: actions/setup-python@v5
13+
uses: actions/setup-python@v6
1414
with:
1515
python-version: 3.12
1616
- name: Install dependencies

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
deploy:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- name: Setup Python
15-
uses: actions/setup-python@v5
15+
uses: actions/setup-python@v6
1616
with:
1717
python-version: 3.12
1818
- name: Configure Git Credentials

0 commit comments

Comments
 (0)