Skip to content

Commit d25a8a1

Browse files
chore(deps): update minor and patch updates
1 parent deafdb9 commit d25a8a1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
tools: "composer"
2727

2828
- name: Cache Composer packages
29-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
29+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # 5.0.5
3030
with:
3131
path: vendor
3232
key: ${{ runner.os }}-php-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
tools: "composer"
2323

2424
- name: Cache Composer packages
25-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
25+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # 5.0.5
2626
with:
2727
path: vendor
2828
key: ${{ runner.os }}-php-8.2-${{ hashFiles('**/composer.lock') }}

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
steps:
1616
- name: Generate token
1717
id: generate-token
18-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
18+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # 3.1.1
1919
with:
2020
app-id: ${{ vars.SDK_BOT_APP_ID }}
2121
private-key: ${{ secrets.SDK_BOT_PRIVATE_KEY }}
2222

23-
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
23+
- uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # 4.4.1
2424
with:
2525
token: ${{ steps.generate-token.outputs.token }}

0 commit comments

Comments
 (0)