Skip to content

Commit 013ee00

Browse files
Update GitHub Action Versions (#107)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 36e0619 commit 013ee00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-publish-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
packages: write
2020

2121
steps:
22-
- uses: pnpm/action-setup@v4.0.0
22+
- uses: pnpm/action-setup@v4.1.0
2323
with:
2424
version: 8
2525
- name: Checkout repository

.github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
ports: ['6379:6379']
4646
options: --health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
4747
steps:
48-
- uses: pnpm/action-setup@v4.0.0
48+
- uses: pnpm/action-setup@v4.1.0
4949
with:
5050
version: 9.3.0
5151
- uses: actions/[email protected]

0 commit comments

Comments
 (0)