Skip to content

Commit

Permalink
ci: bump checkout and cache (#288)
Browse files Browse the repository at this point in the history
* ci: bump checkout and cache

* ci: bump checkout and cache
  • Loading branch information
gavanderhoorn committed Jan 29, 2023
1 parent ea3d805 commit e38525c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_bionic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,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
4 changes: 2 additions & 2 deletions .github/workflows/ci_focal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,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 e38525c

Please sign in to comment.