Skip to content

Commit

Permalink
Merge branch 'Current' of ssh://github.com/Playform/API into Current
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed May 7, 2024
2 parents 6d8ea09 + d321179 commit 34d7062
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
TELEMETRY_DISABLED: 1

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5

- uses: cloudflare/wrangler-action@v3.4.1
- uses: cloudflare/wrangler-action@v3.5.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/NPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id-token: write

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5

- uses: actions/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
node-version: [18, 19, 20]

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5

- uses: pnpm/action-setup@v3.0.0
- uses: pnpm/action-setup@v4.0.0
with:
version: 8.15.5
run_install: |
Expand Down

0 comments on commit 34d7062

Please sign in to comment.