Skip to content

Commit d194f46

Browse files
chore(deps): update update github actions
1 parent a61fbe4 commit d194f46

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Run tests and collect coverage
1818
run: vendor/bin/pest --coverage-clover clover.xml
1919
- name: Upload coverage to Codecov
20-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
20+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
2121
with:
2222
token: ${{ secrets.CODECOV_TOKEN }}
2323
files: clover.xml

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
pull-requests: write
1717
issues: write
1818
steps:
19-
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4
19+
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5

0 commit comments

Comments
 (0)