Skip to content

Commit a32bb01

Browse files
build(deps): bump the github-actions group across 1 directory with 4 updates
Bumps the github-actions group with 4 updates in the / directory: [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action), [lukka/run-cmake](https://github.com/lukka/run-cmake), [actions/cache](https://github.com/actions/cache) and [carlosperate/arm-none-eabi-gcc-action](https://github.com/carlosperate/arm-none-eabi-gcc-action). Updates `hendrikmuhs/ccache-action` from 1.2.21 to 1.2.22 - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases) - [Commits](hendrikmuhs/ccache-action@1bbbcda...3352247) Updates `lukka/run-cmake` from 10.8 to 10.9 - [Release notes](https://github.com/lukka/run-cmake/releases) - [Commits](lukka/run-cmake@af1be47...5d55ea7) Updates `actions/cache` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@cdf6c1f...6682284) Updates `carlosperate/arm-none-eabi-gcc-action` from 1.12.0 to 1.12.1 - [Release notes](https://github.com/carlosperate/arm-none-eabi-gcc-action/releases) - [Changelog](https://github.com/carlosperate/arm-none-eabi-gcc-action/blob/main/CHANGELOG.md) - [Commits](carlosperate/arm-none-eabi-gcc-action@2ca0346...7153327) --- updated-dependencies: - dependency-name: hendrikmuhs/ccache-action dependency-version: 1.2.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: lukka/run-cmake dependency-version: '10.9' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: carlosperate/arm-none-eabi-gcc-action dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c6761d4 commit a32bb01

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
with:
2020
persist-credentials: false
21-
- uses: hendrikmuhs/ccache-action@1bbbcda0748b3e340dee71a314fa68ffcbd6df79 # v1.2.21
21+
- uses: hendrikmuhs/ccache-action@33522472633dbd32578e909b315f5ee43ba878ce # v1.2.22
2222
with:
2323
key: ${{ github.job }}-ubuntu-latest
2424
- uses: seanmiddleditch/gha-setup-ninja@3b1f8f94a2f8254bd26914c4ab9474d4f0015f67 # v6
25-
- uses: lukka/run-cmake@af1be47fd7c933593f687731bc6fdbee024d3ff4 # v10.8
25+
- uses: lukka/run-cmake@5d55ea7949e25f69f0ecb516d8d572297e03a956 # v10.9
2626
with:
2727
configurePreset: "host"
2828
buildPreset: "host-Debug-WithPackage"
@@ -49,10 +49,10 @@ jobs:
4949
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5050
with:
5151
persist-credentials: false
52-
- uses: hendrikmuhs/ccache-action@1bbbcda0748b3e340dee71a314fa68ffcbd6df79 # v1.2.21
52+
- uses: hendrikmuhs/ccache-action@33522472633dbd32578e909b315f5ee43ba878ce # v1.2.22
5353
with:
5454
key: ${{ github.job }}-${{ matrix.os }}
55-
- uses: lukka/run-cmake@af1be47fd7c933593f687731bc6fdbee024d3ff4 # v10.8
55+
- uses: lukka/run-cmake@5d55ea7949e25f69f0ecb516d8d572297e03a956 # v10.9
5656
with:
5757
configurePreset: "host-single-Debug"
5858
buildPreset: "host-single-Debug"
@@ -70,17 +70,17 @@ jobs:
7070
container: ghcr.io/philips-software/amp-devcontainer-cpp:v6.6.4@sha256:0d6b572f5c589def3efb245844528ef44903c9927149da9bcec21feab36388b9 # v6.6.4
7171
steps:
7272
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
73-
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
73+
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
7474
id: cache-winsdk
7575
with:
7676
path: /winsdk
7777
key: cache-winsdk-10.0.26100-14.43.17.13
7878
- if: ${{ steps.cache-winsdk.outputs.cache-hit != 'true' }}
7979
run: xwin --accept-license --sdk-version "10.0.26100" --crt-version "14.43.17.13" splat --preserve-ms-arch-notation --include-debug-libs && mv .xwin-cache/splat/ /winsdk
80-
- uses: hendrikmuhs/ccache-action@1bbbcda0748b3e340dee71a314fa68ffcbd6df79 # v1.2.21
80+
- uses: hendrikmuhs/ccache-action@33522472633dbd32578e909b315f5ee43ba878ce # v1.2.22
8181
with:
8282
key: ${{ github.job }}
83-
- uses: lukka/run-cmake@af1be47fd7c933593f687731bc6fdbee024d3ff4 # v10.8
83+
- uses: lukka/run-cmake@5d55ea7949e25f69f0ecb516d8d572297e03a956 # v10.9
8484
with:
8585
configurePreset: "Windows"
8686
buildPreset: "Windows-Release"
@@ -120,19 +120,19 @@ jobs:
120120
with:
121121
persist-credentials: false
122122
- name: Install GNU Arm Embedded Toolchain ${{ matrix.gcc }}
123-
uses: carlosperate/arm-none-eabi-gcc-action@2ca034649a66909ef5382c90ffb5d26711d2f266 # v1.12.0
123+
uses: carlosperate/arm-none-eabi-gcc-action@7153327ecfbc421a0b4268058e4bb3d5d6e5df2c # v1.12.1
124124
with:
125125
release: ${{ matrix.gcc }}
126126
- run: sudo apt-get update && sudo apt-get install ninja-build xsltproc
127-
- uses: hendrikmuhs/ccache-action@1bbbcda0748b3e340dee71a314fa68ffcbd6df79 # v1.2.21
127+
- uses: hendrikmuhs/ccache-action@33522472633dbd32578e909b315f5ee43ba878ce # v1.2.22
128128
with:
129129
key: ${{ matrix.gcc }}-${{ matrix.configuration }}-${{ matrix.target }}
130130
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
131131
with:
132132
name: hal_st
133133
- run: tar -zxvf hal_st-*.tar.gz
134134
- run: mkdir install && mv hal_st-*/* install/
135-
- uses: lukka/run-cmake@af1be47fd7c933593f687731bc6fdbee024d3ff4 # v10.8
135+
- uses: lukka/run-cmake@5d55ea7949e25f69f0ecb516d8d572297e03a956 # v10.9
136136
with:
137137
configurePreset: ${{ matrix.target }}
138138
buildPreset: ${{ matrix.target }}-${{ matrix.configuration }}

0 commit comments

Comments
 (0)