Skip to content

Commit 106e95e

Browse files
Update all dependencies (#202)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e87d072 commit 106e95e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/draft-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020

2121
steps:
2222
- name: Draft release notes
23-
uses: release-drafter/release-drafter@44a942e465867c7465b76aa808ddca6e0acae5da # v7
23+
uses: release-drafter/release-drafter@139054aeaa9adc52ab36ddf67437541f039b88e2 # v7
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3636

3737
- name: Cache Composer dependencies
38-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
38+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
3939
with:
4040
path: /tmp/composer-cache
4141
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
@@ -90,7 +90,7 @@ jobs:
9090
if-no-files-found: error
9191

9292
- name: Upload coverage report to Codecov
93-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
93+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
9494
if: ${{ env.CODECOV_TOKEN != '' }}
9595
with:
9696
files: |

0 commit comments

Comments
 (0)