Skip to content

Commit 7212dab

Browse files
dependabot[bot]triceo
authored andcommitted
deps: bump the regular group with 2 updates
Bumps the regular group with 2 updates: [pnpm/action-setup](https://github.com/pnpm/action-setup) and [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action). Updates `pnpm/action-setup` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@08c4be7...078e9d4) Updates `cloudflare/wrangler-action` from 3.14.1 to 3.15.0 - [Release notes](https://github.com/cloudflare/wrangler-action/releases) - [Changelog](https://github.com/cloudflare/wrangler-action/blob/main/CHANGELOG.md) - [Commits](cloudflare/wrangler-action@da0e0df...9acf94a) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: regular - dependency-name: cloudflare/wrangler-action dependency-version: 3.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: regular ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 65e2866 commit 7212dab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull_request_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
token: ${{ secrets.JRELEASER_GITHUB_TOKEN }} # Safe; only used to clone the repo and not stored in the fork.
8080
fetch-depth: 0 # Otherwise merge will fail on account of not having history.
8181
- name: Install pnpm
82-
uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb
82+
uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53
8383
- name: Use Aikido Sec Safe Chain
8484
run: |
8585
pnpm install -g @aikidosec/safe-chain@1.1.7
@@ -126,7 +126,7 @@ jobs:
126126
- name: Deploy Documentation (Preview Mode)
127127
if: ${{ env.BRANCH_NAME != 'main' }}
128128
id: deploy
129-
uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 # v3
129+
uses: cloudflare/wrangler-action@9acf94ace14e7dc412b076f2c5c20b8ce93c79cd # v3
130130
with:
131131
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
132132
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

0 commit comments

Comments
 (0)