Skip to content

Commit

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

* ci: bump checkout and cache

* ci: bump checkout and cache
  • Loading branch information
gavanderhoorn committed Jan 26, 2023
1 parent 828411f commit e074519
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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
4 changes: 2 additions & 2 deletions .github/workflows/ci_focal.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
4 changes: 2 additions & 2 deletions .github/workflows/ci_xenial.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 e074519

Please sign in to comment.