Skip to content

Commit 9f676a1

Browse files
author
Mattia Roccoberton
committed
ci: update GitHub workflows
1 parent b2e0d46 commit 9f676a1

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818

1919
- name: Set up Ruby
2020
uses: ruby/setup-ruby@v1
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Specs
2+
name: Tests
33

44
on:
55
pull_request:
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
tests:
12+
name: RSpec
1213
runs-on: ubuntu-latest
1314

1415
strategy:
@@ -17,7 +18,7 @@ jobs:
1718

1819
steps:
1920
- name: Checkout repository
20-
uses: actions/checkout@v2
21+
uses: actions/checkout@v4
2122

2223
- name: Set up Ruby
2324
uses: ruby/setup-ruby@v1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Gem Version](https://badge.fury.io/rb/tiny_admin.svg)](https://badge.fury.io/rb/tiny_admin)
44
[![Gem Downloads](https://badgen.net/rubygems/dt/tiny_admin)](https://rubygems.org/gems/tiny_admin)
55
[![Linters](https://github.com/blocknotes/tiny_admin/actions/workflows/linters.yml/badge.svg)](https://github.com/blocknotes/tiny_admin/actions/workflows/linters.yml)
6-
[![Specs](https://github.com/blocknotes/tiny_admin/actions/workflows/specs.yml/badge.svg)](https://github.com/blocknotes/tiny_admin/actions/workflows/specs.yml)
6+
[![Specs](https://github.com/blocknotes/tiny_admin/actions/workflows/tests.yml/badge.svg)](https://github.com/blocknotes/tiny_admin/actions/workflows/tests.yml)
77

88
A compact and composable dashboard component for Ruby.
99

0 commit comments

Comments
 (0)