File tree Expand file tree Collapse file tree 7 files changed +7
-13
lines changed
Expand file tree Collapse file tree 7 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 5353 python ../nix/cache_dependencies.py unpack
5454
5555 - name : ccache
56- uses : hendrikmuhs/ccache-action@v1.2
56+ uses : hendrikmuhs/ccache-action@v1.2.20
5757 with :
5858 key : mac-${{ matrix.arch }}
5959
Original file line number Diff line number Diff line change 2929 python ../IfcOpenShell/nix/cache_dependencies.py unpack
3030
3131 - name : ccache
32- uses : hendrikmuhs/ccache-action@v1.2
32+ uses : hendrikmuhs/ccache-action@v1.2.20
3333 with :
3434 key : ubuntu-22.04-${{ runner.arch }}
3535
Original file line number Diff line number Diff line change 4848 python3 ../nix/cache_dependencies.py unpack
4949
5050 - name : ccache
51- # TODO: Use tag after 1.2.20 releases.
52- uses : hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639
51+ uses : hendrikmuhs/ccache-action@v1.2.20
5352 with :
5453 key : ubuntu-22.04-${{ runner.arch }}-rockylinux9
5554
Original file line number Diff line number Diff line change 4848 python3 ../nix/cache_dependencies.py unpack
4949
5050 - name : ccache
51- # TODO: Use tag after 1.2.20 releases.
52- uses : hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639
51+ uses : hendrikmuhs/ccache-action@v1.2.20
5352 with :
5453 key : ubuntu-22.04-${{ runner.arch }}-rockylinux9
5554
Original file line number Diff line number Diff line change 3737 }
3838
3939 - name : ccache
40- # TODO: Use tag after 1.2.20 releases.
41- uses : hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639
40+ uses : hendrikmuhs/ccache-action@v1.2.20
4241 with :
4342 key : win-${{ matrix.arch }}
4443 # Windows ccache needs ~1GB
Original file line number Diff line number Diff line change 3535
3636 -
3737 name : ccache
38- uses : hendrikmuhs/ccache-action@v1.2
38+ uses : hendrikmuhs/ccache-action@v1.2.20
3939
4040 -
4141 name : Build ifcopenshell
Original file line number Diff line number Diff line change 7979 libhdf5-dev libcgal-dev libeigen3-dev
8080
8181 - name : ccache
82- # TODO: temporarily pointing to 1.2.19 to get notified by dependabot when 1.2.20 is released
83- # to update hardcoded references to commits in some other workflows.
84- # Then we can switch back to 1.2 in all actions.
85- uses : hendrikmuhs/ccache-action@v1.2.19
82+ uses : hendrikmuhs/ccache-action@v1.2.20
8683 with :
8784 key : ubuntu-22.04-${{ runner.arch }}
8885
You can’t perform that action at this time.
0 commit comments