Skip to content

Commit

Permalink
ci: upgrade actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
insomnimus committed Apr 20, 2024
1 parent 5726ca5 commit 713361d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"steps": [
{
"name": "checkout",
"uses": "actions/checkout@v3"
"uses": "actions/checkout@v4"
},
{
"name": "update rust",
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![Build Status](https://github.com/insomnimus/tidier/actions/workflows/main.yml/badge.svg)](https://github.com/insomnimus/tidier/actions)
[![crates.io](https://img.shields.io/crates/v/tidier.svg)](https://crates.io/crates/tidier)
[![docs.rs](https://docs.rs/tidier/badge.svg)](https://docs.rs/tidier/)

# Tidier
This crate provides a safe abstraction over the [Tidy](https://github.com/htacg/tidy-html5) C library.

Expand Down

0 comments on commit 713361d

Please sign in to comment.