Skip to content

Commit

Permalink
update cache action to latest ver
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Dec 24, 2024
1 parent 2ba934e commit 7f5ac67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/steam-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Get short SHA of commit
run: echo "SHORT_SHA=`echo ${{ github.sha }} | cut -c1-8`" >>$GITHUB_ENV
- name: steamcmd cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: /home/runner/work/_temp/_github_home
key: steamcmd-${{ github.sha }}
Expand Down

0 comments on commit 7f5ac67

Please sign in to comment.