Skip to content

Commit

Permalink
update(e2e_ci): bump actions
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <[email protected]>
  • Loading branch information
therealbobo committed May 2, 2024
1 parent c88b235 commit 272f2fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
sudo apt install -y --no-install-recommends linux-headers-$(uname -r) gcc-multilib g++-multilib
- name: Run sccache-cache
uses: mozilla-actions/[email protected].3
uses: mozilla-actions/[email protected].4

- name: Build e2e tests 🏗️
env:
Expand All @@ -100,7 +100,7 @@ jobs:
cd ..
- name: Cache build
uses: actions/cache/save@v3
uses: actions/cache/save@v4.0.2
if: always()
id: cache
with:
Expand Down

0 comments on commit 272f2fe

Please sign in to comment.