Skip to content

Commit 6dabc18

Browse files
committed
Update github actions to latest versions (5)
1 parent 83eb30c commit 6dabc18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- name: Checkout repo
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v5
1515

1616
- name: Get cached gems
17-
uses: actions/cache@v2
17+
uses: actions/cache@v5
1818
with:
1919
path: vendor/bundle
2020
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)