Skip to content

Commit

Permalink
Merge pull request #2832 from balena-io/vipul/update-version
Browse files Browse the repository at this point in the history
Update GH actions & Dependencies
  • Loading branch information
flowzone-app[bot] authored Oct 20, 2023
2 parents b2bc09d + 9e161c0 commit 30ef18f
Show file tree
Hide file tree
Showing 4 changed files with 771 additions and 693 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-cloudflare-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
# Checks out a copy of your repository on the ubuntu-latest machine
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
with:
Expand All @@ -28,7 +28,7 @@ jobs:
run: npm run deploy-docs --if-present

- name: Deploy to Cloudflare Pages
uses: cloudflare/wrangler-action@v3.1.0
uses: cloudflare/wrangler-action@v3.3.1
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
# Checks out a copy of your repository on the ubuntu-latest machine
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

# fetch external files && Building the docs
- name: Build the docs
Expand Down
Loading

0 comments on commit 30ef18f

Please sign in to comment.