mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 09:37:22 +00:00
chore(deps): bump pnpm/action-setup from 4.3.0 to 4.4.0
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](b906affcce...fc06bc1257)
---
updated-dependencies:
- dependency-name: pnpm/action-setup
dependency-version: 4.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8517da1a7d
commit
c40f8a2e7f
11 changed files with 24 additions and 24 deletions
2
.github/workflows/argos.yaml
vendored
2
.github/workflows/argos.yaml
vendored
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
if: github.event.repository.fork == false
|
||||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
|
||||
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
|
||||
name: Install pnpm
|
||||
with:
|
||||
run_install: false
|
||||
|
|
|
|||
2
.github/workflows/codecov-next.yaml
vendored
2
.github/workflows/codecov-next.yaml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
timeout-minutes: 60
|
||||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
|
||||
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
|
||||
name: Install pnpm
|
||||
with:
|
||||
run_install: false
|
||||
|
|
|
|||
2
.github/workflows/daily-testing-build.yaml
vendored
2
.github/workflows/daily-testing-build.yaml
vendored
|
|
@ -122,7 +122,7 @@ jobs:
|
|||
repository: podman-desktop/testing-prereleases
|
||||
ref: ${{ needs.tag.outputs.githubTag }}
|
||||
|
||||
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
|
||||
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
|
||||
name: Install pnpm
|
||||
with:
|
||||
run_install: false
|
||||
|
|
|
|||
2
.github/workflows/e2e-kubernetes-main.yaml
vendored
2
.github/workflows/e2e-kubernetes-main.yaml
vendored
|
|
@ -82,7 +82,7 @@ jobs:
|
|||
- name: Setup testenv using external action
|
||||
uses: podman-desktop/e2e/.github/actions/pde2e-testenv-prepare@13e2c57c759137bfc1f437f221967461e8a98e2a
|
||||
|
||||
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
|
||||
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
|
||||
name: Install pnpm
|
||||
with:
|
||||
run_install: false
|
||||
|
|
|
|||
6
.github/workflows/e2e-main.yaml
vendored
6
.github/workflows/e2e-main.yaml
vendored
|
|
@ -114,7 +114,7 @@ jobs:
|
|||
- name: Setup testenv using external action
|
||||
uses: podman-desktop/e2e/.github/actions/pde2e-testenv-prepare@13e2c57c759137bfc1f437f221967461e8a98e2a
|
||||
|
||||
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
|
||||
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
|
||||
name: Install pnpm
|
||||
with:
|
||||
run_install: false
|
||||
|
|
@ -198,7 +198,7 @@ jobs:
|
|||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
if: github.event_name == 'push'
|
||||
|
||||
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
|
||||
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
|
||||
name: Install pnpm
|
||||
with:
|
||||
run_install: false
|
||||
|
|
@ -310,7 +310,7 @@ jobs:
|
|||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
if: github.event_name == 'push'
|
||||
|
||||
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
|
||||
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
|
||||
name: Install pnpm
|
||||
with:
|
||||
run_install: false
|
||||
|
|
|
|||
2
.github/workflows/managed-configuration.yaml
vendored
2
.github/workflows/managed-configuration.yaml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
uses: podman-desktop/e2e/.github/actions/pde2e-testenv-prepare@13e2c57c759137bfc1f437f221967461e8a98e2a
|
||||
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
|
||||
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
|
||||
with:
|
||||
run_install: false
|
||||
|
||||
|
|
|
|||
2
.github/workflows/next-build.yaml
vendored
2
.github/workflows/next-build.yaml
vendored
|
|
@ -104,7 +104,7 @@ jobs:
|
|||
repository: podman-desktop/prereleases
|
||||
ref: ${{ needs.tag.outputs.githubTag}}
|
||||
|
||||
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
|
||||
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
|
||||
name: Install pnpm
|
||||
with:
|
||||
run_install: false
|
||||
|
|
|
|||
2
.github/workflows/npmjs-publish.yaml
vendored
2
.github/workflows/npmjs-publish.yaml
vendored
|
|
@ -85,7 +85,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
|
||||
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
|
||||
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
|
||||
name: Install pnpm
|
||||
with:
|
||||
run_install: false
|
||||
|
|
|
|||
24
.github/workflows/pr-check.yaml
vendored
24
.github/workflows/pr-check.yaml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
|
||||
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
|
||||
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
|
||||
name: Install pnpm
|
||||
with:
|
||||
run_install: false
|
||||
|
|
@ -90,7 +90,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
|
||||
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
|
||||
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
|
||||
name: Install pnpm
|
||||
with:
|
||||
run_install: false
|
||||
|
|
@ -139,7 +139,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
|
||||
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
|
||||
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
|
||||
name: Install pnpm
|
||||
with:
|
||||
run_install: false
|
||||
|
|
@ -178,7 +178,7 @@ jobs:
|
|||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
|
||||
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
|
||||
name: Install pnpm
|
||||
with:
|
||||
run_install: false
|
||||
|
|
@ -215,7 +215,7 @@ jobs:
|
|||
timeout-minutes: 40
|
||||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
|
||||
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
|
||||
name: Install pnpm
|
||||
with:
|
||||
run_install: false
|
||||
|
|
@ -249,7 +249,7 @@ jobs:
|
|||
timeout-minutes: 40
|
||||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
|
||||
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
|
||||
name: Install pnpm
|
||||
with:
|
||||
run_install: false
|
||||
|
|
@ -276,7 +276,7 @@ jobs:
|
|||
os: [windows-2025, ubuntu-24.04, macos-15]
|
||||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
|
||||
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
|
||||
name: Install pnpm
|
||||
with:
|
||||
run_install: false
|
||||
|
|
@ -326,7 +326,7 @@ jobs:
|
|||
- name: Setup testenv using external action
|
||||
uses: podman-desktop/e2e/.github/actions/pde2e-testenv-prepare@13e2c57c759137bfc1f437f221967461e8a98e2a
|
||||
|
||||
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
|
||||
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
|
||||
name: Install pnpm
|
||||
with:
|
||||
run_install: false
|
||||
|
|
@ -382,7 +382,7 @@ jobs:
|
|||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
|
||||
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
|
||||
name: Install pnpm
|
||||
with:
|
||||
run_install: false
|
||||
|
|
@ -439,7 +439,7 @@ jobs:
|
|||
- name: Setup testenv using external action
|
||||
uses: podman-desktop/e2e/.github/actions/pde2e-testenv-prepare@13e2c57c759137bfc1f437f221967461e8a98e2a
|
||||
|
||||
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
|
||||
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
|
||||
name: Install pnpm
|
||||
with:
|
||||
run_install: false
|
||||
|
|
@ -515,7 +515,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
|
||||
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
|
||||
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
|
||||
name: Install pnpm
|
||||
with:
|
||||
run_install: false
|
||||
|
|
@ -593,7 +593,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
|
||||
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
|
||||
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
|
||||
name: Install pnpm
|
||||
with:
|
||||
run_install: false
|
||||
|
|
|
|||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -153,7 +153,7 @@ jobs:
|
|||
with:
|
||||
ref: ${{ needs.tag.outputs.githubTag}}
|
||||
|
||||
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
|
||||
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
|
||||
name: Install pnpm
|
||||
with:
|
||||
run_install: false
|
||||
|
|
|
|||
2
.github/workflows/website-next.yaml
vendored
2
.github/workflows/website-next.yaml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
with:
|
||||
ref: ${{ needs.tag.outputs.githubTag}}
|
||||
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
|
||||
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
|
||||
name: Install pnpm
|
||||
with:
|
||||
run_install: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue