Skip to content

Commit 5acbd72

Browse files
dependabot[bot]poiana
authored andcommitted
chore(deps): Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [appleboy/ssh-action](https://github.com/appleboy/ssh-action) and [actions/cache](https://github.com/actions/cache). Updates `appleboy/ssh-action` from 1.2.4 to 1.2.5 - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Commits](appleboy/ssh-action@823bd89...0ff4204) Updates `actions/cache` from 5.0.2 to 5.0.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@8b402f5...cdf6c1f) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-version: 1.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 64da2bd commit 5acbd72

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/drivers_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204

205205
- name: Build and test drivers on ppc64le node via ssh
206206
if: needs.paths-filter.outputs.driver == 'true' || needs.paths-filter.outputs.libscap == 'true' || needs.paths-filter.outputs.libpman == 'true'
207-
uses: appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # v1.2.4
207+
uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5
208208
with:
209209
host: ${{ secrets.PPC64LE_HOST }}
210210
username: ${{ secrets.PPC64LE_USERNAME }}

.github/workflows/e2e_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
sudo rm -vfr build/test/libsinsp_e2e/resources/_proc
9090
9191
- name: Cache build
92-
uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
92+
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
9393
if: always()
9494
id: cache
9595
with:
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: Restore build
115115
id: cache
116-
uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
116+
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
117117
with:
118118
path: build
119119
key: build-e2e-${{ matrix.arch }}-${{ github.run_id }}

0 commit comments

Comments
 (0)