Skip to content

Commit 32ba1a1

Browse files
committed
Cache actions
1 parent ae03ef7 commit 32ba1a1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
# Runs on pushes targeting the default branch
66
push:
77
branches: ["main"]
8-
8+
99
# runs every day at 00:42 UTC
1010
# schedule:
1111
# - cron: "42 0 * * *"
@@ -39,7 +39,7 @@ jobs:
3939
distribution: 'full'
4040
variant: 'CS'
4141
version: '8.11'
42-
- uses: actions/cache@v2
42+
- uses: actions/cache@v4
4343
with:
4444
path: |
4545
~/.cache/racket
@@ -59,4 +59,3 @@ jobs:
5959
- name: Deploy to GitHub Pages
6060
id: deployment
6161
uses: actions/deploy-pages@v1
62-

0 commit comments

Comments
 (0)