Skip to content

Commit

Permalink
cd: bump action versions
Browse files Browse the repository at this point in the history
Same rationale as 9bf30da.
  • Loading branch information
div72 committed May 7, 2024
1 parent 9bf30da commit 8dee3d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: current time for cache
run: echo "TIMESTAMP=$(date +%s)" >> $GITHUB_ENV
- name: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
./depends/built
Expand Down

0 comments on commit 8dee3d3

Please sign in to comment.