Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/cloudflare/workers-t…
Browse files Browse the repository at this point in the history
…ypes-4.20241022.0
  • Loading branch information
frenck authored Oct 28, 2024
2 parents e0be1a2 + 018490e commit f84125f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest
name: Publish
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

- uses: actions/setup-node@v4.0.4
- uses: actions/setup-node@v4.1.0
with:
node-version-file: '.nvmrc'

Expand All @@ -36,7 +36,7 @@ jobs:
echo "environment=${environment}" >> "$GITHUB_OUTPUT"
- name: Publish ${{ steps.environment.outputs.environment }} worker
uses: cloudflare/wrangler-action@v3.9.0
uses: cloudflare/wrangler-action@v3.11.0
with:
apiToken: ${{ secrets.CF_WORKER_API_TOKEN }}
wranglerVersion: ${{ steps.wrangler.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Release Drafter
steps:
- name: Checkout the repository
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Run Release Drafter
uses: release-drafter/release-drafter@v6
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- dev
- production
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

- uses: actions/setup-node@v4.0.4
- uses: actions/setup-node@v4.1.0
with:
node-version-file: ".nvmrc"

Expand All @@ -29,7 +29,7 @@ jobs:
run: yarn install

- name: Build ${{ matrix.environment }} worker
uses: cloudflare/wrangler-action@v3.9.0
uses: cloudflare/wrangler-action@v3.11.0
with:
wranglerVersion: ${{ steps.wrangler.outputs.version }}
command: deploy --dry-run --env=${{ matrix.environment }}
Expand All @@ -38,9 +38,9 @@ jobs:
runs-on: ubuntu-latest
name: Test worker
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

- uses: actions/setup-node@v4.0.4
- uses: actions/setup-node@v4.1.0
with:
node-version-file: ".nvmrc"

Expand Down

0 comments on commit f84125f

Please sign in to comment.