File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141 echo "month=$(date +'%Y-%m')" >> "$GITHUB_OUTPUT"
4242 echo "day=$(date +'%d')" >> "$GITHUB_OUTPUT"
4343 - name : Restoring cached GitHub API results
44- uses : actions/cache@v3
44+ uses : actions/cache@v4
4545 with :
4646 path : |
4747 .cache-github-api
6767 SEGMENT_KEY : ${{ secrets.SEGMENT_KEY }}
6868
6969 - name : Caching GitHub API results
70- uses : actions/cache/save@v3 # save the cache even if the integration tests fail
70+ uses : actions/cache/save@v4 # save the cache even if the integration tests fail
7171 with :
7272 path : |
7373 .cache-github-api
Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@v4
2424 - name : Restoring cached GitHub API results
25- uses : actions/cache@v3
25+ uses : actions/cache@v4
2626 with :
2727 path : |
2828 .cache-github-api
4242 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4343 SEGMENT_KEY : ${{ secrets.SEGMENT_KEY }}
4444 - name : Caching GitHub API results
45- uses : actions/cache/save@v3 # save the cache even if the integration tests fail
45+ uses : actions/cache/save@v4 # save the cache even if the integration tests fail
4646 with :
4747 path : |
4848 .cache-github-api
You can’t perform that action at this time.
0 commit comments