Skip to content

Commit fc13bcd

Browse files
committed
bump ccache-action
1 parent be48064 commit fc13bcd

File tree

7 files changed

+7
-13
lines changed

7 files changed

+7
-13
lines changed

.github/workflows/build_osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
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

.github/workflows/build_pyodide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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

.github/workflows/build_rocky.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ jobs:
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

.github/workflows/build_rocky_arm.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ jobs:
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

.github/workflows/build_win.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
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

.github/workflows/ci-ifcopenshell-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,7 @@ jobs:
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

0 commit comments

Comments
 (0)