Skip to content

Commit

Permalink
ci: bump checkout and cache (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavanderhoorn authored Jan 26, 2023
1 parent 6243765 commit f3068b9
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 @@ -24,10 +24,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 f3068b9

Please sign in to comment.