Skip to content

Commit fadc02f

Browse files
committed
build: update actions versions.
1 parent 24c1ff3 commit fadc02f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515
- name: Fetch Gem Dependency Cache
16-
uses: actions/cache@v2
16+
uses: actions/cache@v4
1717
id: gem-cache
1818
with:
1919
path: vendor/cache

0 commit comments

Comments
 (0)