Skip to content

Commit 378769a

Browse files
committed
Prefer string for versions in workflows.
1 parent 8049d6d commit 378769a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Documentation
22

3+
permissions:
4+
contents: write
5+
36
on:
47
push:
58
branches:
@@ -21,7 +24,7 @@ jobs:
2124

2225
- uses: ruby/setup-ruby@v1
2326
with:
24-
ruby-version: 3.1
27+
ruby-version: "3.1"
2528
bundler-cache: true
2629

2730
- name: Installing packages

0 commit comments

Comments
 (0)