Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/motoko-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: niv-updater-action
# Use our fork until https://github.com/knl/niv-updater-action/pull/46 is merged
uses: dfinity-lab/niv-updater-action@46d903454cded66eb06b1d17aeb2ddae403fc553
uses: knl/niv-updater-action@60f23607814cf4f2e80a1e32ee74f8323897d09e
with:
whitelist: 'motoko'
title_prefix: 'build: '
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/niv-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: niv-updater-action
# Use our fork until https://github.com/knl/niv-updater-action/pull/46 is merged
uses: dfinity-lab/niv-updater-action@46d903454cded66eb06b1d17aeb2ddae403fc553
uses: knl/niv-updater-action@60f23607814cf4f2e80a1e32ee74f8323897d09e
with:
whitelist: 'common,advisory-db,napalm'
title_prefix: 'build: '
Expand Down
7 changes: 4 additions & 3 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@
"type": "git"
},
"motoko": {
"repo": "ssh://git@github.com/dfinity/motoko",
"rev": "9b07f5c1a41fe2cb2205255ed0819ca54278ba2a",
"tag": "0.6.1",
"branch": "release",
"repo": "https://github.com/dfinity/motoko",
"rev": "bd98d37ad43ff625c2053607c0c0565f339fa0b0",
"tag": "0.6.5",
"type": "git"
},
"napalm": {
Expand Down