File tree Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 8
8
jobs :
9
9
build :
10
10
name : Generate Reports using Ruby
11
+ if : github.repository == 'w3c/rdf-tests'
11
12
runs-on : ubuntu-latest
12
13
permissions :
13
14
# Give the default GITHUB_TOKEN write permission to commit and push the changed files back to the repository.
14
15
contents : write
15
16
steps :
16
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
17
18
- uses : ruby/setup-ruby@v1
18
19
with :
19
- ruby-version : 3.4.1
20
+ ruby-version : 3.4.3
20
21
- name : Install dependencies
21
22
run : bundle install
22
23
- name : Generate Test Manifests
23
24
run : bundle exec rake
24
- - uses : stefanzweifel/git-auto-commit-action@v4
25
+ - uses : stefanzweifel/git-auto-commit-action@v5
25
26
with :
26
27
commit_message : Automated manifest generation
27
28
commit_user_name : Report generation bot
Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
- ruby "3.4.1 "
2
+ ruby "3.4.3 "
3
3
4
4
gem 'rake'
5
5
gem 'json-ld'
6
6
gem 'rdf-turtle'
7
- gem 'haml' , '~> 6.2 '
8
- gem 'kramdown' , '~> 2.4 '
7
+ gem 'haml' , '~> 6.3 '
8
+ gem 'kramdown' , '~> 2.5 '
9
9
gem 'htmlbeautifier' , '~> 1.4'
10
- gem 'logger' , '~> 1.6 '
10
+ gem 'logger' , '~> 1.7 '
11
11
gem 'ostruct' , '~> 0.6'
Original file line number Diff line number Diff line change 29
29
kramdown (2.5.1 )
30
30
rexml (>= 3.3.9 )
31
31
link_header (0.0.8 )
32
- logger (1.6.6 )
32
+ logger (1.7.0 )
33
33
matrix (0.4.2 )
34
34
multi_json (1.15.0 )
35
35
ostruct (0.6.1 )
@@ -60,17 +60,17 @@ PLATFORMS
60
60
x86_64-linux
61
61
62
62
DEPENDENCIES
63
- haml (~> 6.2 )
63
+ haml (~> 6.3 )
64
64
htmlbeautifier (~> 1.4 )
65
65
json-ld
66
- kramdown (~> 2.4 )
67
- logger (~> 1.6 )
66
+ kramdown (~> 2.5 )
67
+ logger (~> 1.7 )
68
68
ostruct (~> 0.6 )
69
69
rake
70
70
rdf-turtle
71
71
72
72
RUBY VERSION
73
- ruby 3.4.1p0
73
+ ruby 3.4.3p32
74
74
75
75
BUNDLED WITH
76
- 2.5.19
76
+ 2.6.9
You can’t perform that action at this time.
0 commit comments