Skip to content

Commit

Permalink
Upgrade checkout action to fix deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher authored and tylerjw committed Feb 19, 2024
1 parent 45ede4b commit ca32818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
CCACHE_DIR: ${{ github.workspace }}/.ccache
steps:
- name: Check out the repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache ccache
uses: pat-s/always-upload-cache@v3
with:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
CCACHE_DIR: ${{ github.workspace }}/.ccache
steps:
- name: Check out the repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache ccache
uses: pat-s/always-upload-cache@v3
with:
Expand Down

0 comments on commit ca32818

Please sign in to comment.