Skip to content

Commit

Permalink
ci/all: update timestamp dep to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed May 26, 2024
1 parent 14e81e9 commit d004eb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
path: out
key: cache.${{matrix.target-double}}.${{matrix.os}}
- uses: chetan/git-restore-mtime-action@v1
- uses: chetan/git-restore-mtime-action@v2
- run: tool/build --verbose --no-run
- run: tool/bundle-artifacts out/${{matrix.target-double}} ${{matrix.target-platform}}
- uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
path: out
key: cache.${{matrix.target-double}}.${{matrix.os}}
- uses: chetan/git-restore-mtime-action@v1
- uses: chetan/git-restore-mtime-action@v2
- run: tool/build --verbose --no-run
- run: tool/bundle-artifacts out/${{matrix.target-double}} ${{matrix.target-platform}}
- uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
path: out
key: cache.${{matrix.target-double}}.${{matrix.os}}
- uses: chetan/git-restore-mtime-action@v1
- uses: chetan/git-restore-mtime-action@v2
- uses: aminya/setup-cpp@v1
with:
compiler: 'msvc'
Expand Down

0 comments on commit d004eb9

Please sign in to comment.