Skip to content

Commit ebf203e

Browse files
dependabot[bot]salvadorbs
authored andcommitted
build(deps): bump the actions-deps group across 1 directory with 2 updates
Bumps the actions-deps group with 2 updates in the / directory: [actions/cache](https://github.com/actions/cache) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/cache` from 4.2.0 to 4.2.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.0...v4.2.2) Updates `actions/upload-artifact` from 4.5.0 to 4.6.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.5.0...v4.6.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1ab1b06 commit ebf203e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131

132132
- name: Cache
133133
id: cache
134-
uses: actions/[email protected].0
134+
uses: actions/[email protected].2
135135
env:
136136
cache-name: cache-laz-v0.6.1
137137
with:
@@ -168,7 +168,7 @@ jobs:
168168
run: ${{ env.ASUITE_SOURCE }}/bin/${{ matrix.config.dbg2mab }} ${{ env.ASUITE_SOURCE }}/bin/${{ matrix.config.debug_file }}
169169

170170
- name: Upload the Build Artifact
171-
uses: actions/upload-artifact@v4.5.0
171+
uses: actions/upload-artifact@v4.6.1
172172
with:
173173
name: ASuite ${{ env.BUILD_MODE }} build - ${{ matrix.config.name }}
174174
path: |

.github/workflows/main_release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127

128128
- name: Cache
129129
id: cache
130-
uses: actions/[email protected].0
130+
uses: actions/[email protected].2
131131
env:
132132
cache-name: cache-laz-v0.6.1
133133
with:
@@ -164,7 +164,7 @@ jobs:
164164
run: ${{ env.ASUITE_SOURCE }}/bin/${{ matrix.config.dbg2mab }} ${{ env.ASUITE_SOURCE }}/bin/${{ matrix.config.debug_file }}
165165

166166
- name: Upload the Build Artifact
167-
uses: actions/upload-artifact@v4.5.0
167+
uses: actions/upload-artifact@v4.6.1
168168
with:
169169
name: ASuite ${{ env.BUILD_MODE }} build - ${{ matrix.config.name }}
170170
path: |

0 commit comments

Comments
 (0)