Skip to content

Commit b1a87c8

Browse files
authored
Merge pull request #18 from mosfet80/patch-3
Update focal_build.yml
2 parents b98bae7 + ae0702f commit b1a87c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/focal_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828

2929
steps:
3030
- name: Fetch repository
31-
uses: actions/checkout@v2
31+
uses: actions/checkout@v4
3232

3333
- name: ccache cache
34-
uses: actions/cache@v2
34+
uses: actions/cache@v4
3535
with:
3636
path: ${{ env.CCACHE_DIR }}
3737
# we always want the ccache cache to be persisted, as we cannot easily

0 commit comments

Comments
 (0)