Skip to content

Commit d0cf6df

Browse files
committed
fix README.md and CI
1 parent 5c42d8e commit d0cf6df

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: echo "$HOME/bin" >> $GITHUB_PATH
8989

9090
- name: Get mulle-sde
91-
uses: mulle-sde/github-ci@v1
91+
uses: mulle-sde/github-ci@v2
9292

9393
- if: matrix.build-mode == 'manual'
9494
run: |

.github/workflows/mulle-sde-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- uses: actions/checkout@v4
3434

35-
- uses: mulle-sde/github-ci@v1
35+
- uses: mulle-sde/github-ci@v2
3636

3737
- name: Dump Project Environment
3838
run: |

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ an article or story. **mulle-slug** preserves case though.
2020

2121
| Release Version | Release Notes
2222
|-------------------------------------------------------|--------------
23-
| ![Mulle kybernetiK tag](https://img.shields.io/github/tag/mulle-c/mulle-slug.svg?branch=release) [![Build Status](https://github.com/mulle-c/mulle-slug/workflows/CI/badge.svg?branch=release)](//github.com/mulle-c/mulle-slug/actions) ![Coverage](https://img.shields.io/badge/coverage-100%25%C2%A0-2acf49) | [RELEASENOTES](RELEASENOTES.md) |
23+
| ![Mulle kybernetiK tag](https://img.shields.io/github/tag/mulle-c/mulle-slug.svg?branch=master) [![Build Status](https://github.com/mulle-c/mulle-slug/workflows/CI/badge.svg?branch=master)](//github.com/mulle-c/mulle-slug/actions) ![Coverage](https://img.shields.io/badge/coverage-100%25%C2%A0-2acf49) | [RELEASENOTES](RELEASENOTES.md) |
2424

2525

2626

clib.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "mulle-slug",
3-
"version" : "0.0.2",
3+
"version" : "0.0.3",
44
"description" : "🐌 Creates URL slugs",
55
"keywords" : [],
66
"license" : "UNLICENSED",

0 commit comments

Comments
 (0)