Skip to content

Commit 2358b84

Browse files
chore(deps): Bump the github-actions-minor-patch group across 1 directory with 2 updates
Bumps the github-actions-minor-patch group with 2 updates in the / directory: [actions/cache](https://github.com/actions/cache) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/cache` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6682284...27d5ce7) Updates `actions/upload-artifact` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@bbbca2d...043fb46) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-minor-patch - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b066064 commit 2358b84

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/playwright.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Cache Playwright browsers
6868
id: playwright-cache
69-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
69+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
7070
with:
7171
path: ~/.cache/ms-playwright
7272
key: playwright-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('package-lock.json') }}
@@ -112,7 +112,7 @@ jobs:
112112
mkdir -p playwright-report
113113
mkdir -p playwright-report/artifacts
114114
115-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
115+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
116116
if: always()
117117
with:
118118
name: playwright-report-shard-${{ matrix.shard }}
@@ -121,7 +121,7 @@ jobs:
121121

122122
- name: Upload failed test screenshots
123123
if: always()
124-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
124+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
125125
with:
126126
name: failed-test-screenshots-shard-${{ matrix.shard }}
127127
path: playwright-report/artifacts/

0 commit comments

Comments
 (0)