Skip to content

Commit

Permalink
ci: bump checkout and cache (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavanderhoorn authored Jan 24, 2023
1 parent 74d7d44 commit ee73813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_bionic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:

steps:
- name: Fetch repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: ccache cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ env.CCACHE_DIR }}
# we always want the ccache cache to be persisted, as we cannot easily
Expand Down

0 comments on commit ee73813

Please sign in to comment.