Skip to content

Commit d9cb0f0

Browse files
authored
Merge pull request #40 from two-inc/brtkwr-two/inf-912-bump-node20-actions
chore(INF-912): bump deprecated node20 actions to node24 successors
2 parents 05d00e2 + 41176ad commit d9cb0f0

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
groups:
8+
github-actions:
9+
patterns:
10+
- "*"

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id-token: write
1818
pull-requests: write
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- name: Setup uv
2222
uses: astral-sh/setup-uv@v6
2323
with:
@@ -27,7 +27,7 @@ jobs:
2727
- name: Run pytest
2828
run: uv run pytest --cov=git_hooks --cov-report=xml:coverage.xml --durations=10
2929
- name: Get Cover
30-
uses: orgoro/coverage@v3.2
30+
uses: orgoro/coverage@v3.3.1
3131
if: ${{ github.event_name == 'pull_request' }}
3232
with:
3333
coverageFile: coverage.xml

0 commit comments

Comments
 (0)