File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed
Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : github-actions
4+ directory : " /"
5+ schedule :
6+ interval : weekly
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
1515 - macos-latest
1616 - ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v2.3.2
18+ - uses : actions/checkout@v3.4.0
1919
2020 - name : " Install Nix️"
21- uses : cachix/install-nix-action@v15
21+ uses : cachix/install-nix-action@v20
2222
2323 - name : " Install Cachix️"
24- uses : cachix/cachix-action@v10
24+ uses : cachix/cachix-action@v12
2525 with :
2626 name : typelevel
2727 authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
1111 build :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2.3.2
14+ - uses : actions/checkout@v3.4.0
1515
1616 - name : " Install Nix️"
17- uses : cachix/install-nix-action@v16
17+ uses : cachix/install-nix-action@v20
1818
1919 - name : " Install Cachix️"
20- uses : cachix/cachix-action@v10
20+ uses : cachix/cachix-action@v12
2121 with :
2222 name : typelevel
2323
You can’t perform that action at this time.
0 commit comments