Skip to content

Commit 04144b8

Browse files
build(deps): bump the github-action-updates group across 1 directory with 4 updates (#76)
Bumps the github-action-updates group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action), [EnricoMi/publish-unit-test-result-action](https://github.com/enricomi/publish-unit-test-result-action) and [googleapis/release-please-action](https://github.com/googleapis/release-please-action). Updates `actions/checkout` from 4.1.6 to 4.1.7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@a5ac7e5...692973e) Updates `hendrikmuhs/ccache-action` from 1.2.13 to 1.2.14 - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases) - [Commits](hendrikmuhs/ccache-action@c92f40b...ed74d11) Updates `EnricoMi/publish-unit-test-result-action` from 2.16.1 to 2.17.0 - [Release notes](https://github.com/enricomi/publish-unit-test-result-action/releases) - [Commits](EnricoMi/publish-unit-test-result-action@30eadd5...567cc7f) Updates `googleapis/release-please-action` from 4.1.1 to 4.1.3 - [Release notes](https://github.com/googleapis/release-please-action/releases) - [Changelog](https://github.com/googleapis/release-please-action/blob/main/CHANGELOG.md) - [Commits](googleapis/release-please-action@f3969c0...7987652) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-action-updates - dependency-name: hendrikmuhs/ccache-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-action-updates - dependency-name: EnricoMi/publish-unit-test-result-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-action-updates - dependency-name: googleapis/release-please-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-action-updates ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b99c5f commit 04144b8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ jobs:
2626
runs-on: [ubuntu-latest]
2727
container: ghcr.io/philips-software/amp-devcontainer-cpp:5.1.3@sha256:a2a0ec9e240078be2302858721a3c0d904a1cce602847349245ee186cdd166ec
2828
steps:
29-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
29+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3030
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
3131
id: cache-winsdk
3232
with:
3333
path: /winsdk
3434
key: cache-winsdk
3535
- if: ${{ steps.cache-winsdk.outputs.cache-hit != 'true' }}
3636
run: ./get-winsdk.sh
37-
- uses: hendrikmuhs/ccache-action@c92f40bee50034e84c763e33b317c77adaa81c92 # v1.2.13
37+
- uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14
3838
with:
3939
key: ${{ github.job }}
4040
max-size: 2G
@@ -47,8 +47,8 @@ jobs:
4747
runs-on: [ubuntu-latest]
4848
container: ghcr.io/philips-software/amp-devcontainer-cpp:5.1.3@sha256:a2a0ec9e240078be2302858721a3c0d904a1cce602847349245ee186cdd166ec
4949
steps:
50-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
51-
- uses: hendrikmuhs/ccache-action@c92f40bee50034e84c763e33b317c77adaa81c92 # v1.2.13
50+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
51+
- uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14
5252
with:
5353
key: ${{ github.job }}
5454
max-size: 2G
@@ -66,16 +66,16 @@ jobs:
6666
pull-requests: write
6767
container: ghcr.io/philips-software/amp-devcontainer-cpp:5.1.3@sha256:a2a0ec9e240078be2302858721a3c0d904a1cce602847349245ee186cdd166ec
6868
steps:
69-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
70-
- uses: hendrikmuhs/ccache-action@c92f40bee50034e84c763e33b317c77adaa81c92 # v1.2.13
69+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
70+
- uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14
7171
with:
7272
key: ${{ github.job }}
7373
max-size: 2G
7474
- run: |
7575
cmake --preset=Host
7676
cmake --build --preset=Host-Debug
7777
bats --formatter junit test/test.bats | tee test-report.xml
78-
- uses: EnricoMi/publish-unit-test-result-action@30eadd5010312f995f0d3b3cff7fe2984f69409e # v2.16.1
78+
- uses: EnricoMi/publish-unit-test-result-action@567cc7f8dcea3eba5da355f6ebc95663310d8a07 # v2.17.0
7979
if: always()
8080
with:
8181
files: test-report.xml

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
app-id: ${{ vars.FOREST_RELEASER_APP_ID }}
2626
private-key: ${{ secrets.FOREST_RELEASER_APP_PRIVATE_KEY }}
27-
- uses: googleapis/release-please-action@f3969c04a4ec81d7a9aa4010d84ae6a7602f86a7 # v4.1.1
27+
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
2828
id: release
2929
with:
3030
token: ${{ steps.token.outputs.token }}

0 commit comments

Comments
 (0)