Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Jun 10, 2023
1 parent 2088a95 commit 4b661fc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.0-a2/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.0-a7/cr'
name: 'cr'
version: '0.7.0-a2'
version: '0.7.0-a7'

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.0-a2/caps'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.0-a7/caps'
name: 'caps'
version: '0.7.0-a2'
version: '0.7.0-a7'

- name: "deps"
run: yarn && caps --ci
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Deploy to server
id: deploy
uses: Pendect/action-rsyncer@v1.1.0
uses: Pendect/action-rsyncer@v2.0.0
env:
DEPLOY_KEY: ${{secrets.rsync_private_key}}
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "0.0.8",
"dependencies": {
"@calcit/procs": "^0.7.0-a2"
"@calcit/procs": "^0.7.0-a7"
},
"devDependencies": {
"bottom-tip": "^0.1.5",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b661fc

Please sign in to comment.