Skip to content

Commit 7b00fa6

Browse files
authored
ci: upgrade release script actions versions
1 parent 449e874 commit 7b00fa6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
2424
- name: Setup Node.js
25-
uses: actions/setup-node@v3
25+
uses: actions/setup-node@v4
2626
with:
2727
node-version: lts/*
2828
cache: 'yarn'

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
With Redbird you get a lightweight and flexible library to build dynamic reverse proxies with the speed and robustness of http-proxy.
1111
Redbird includes everything you need for easy reverse routing of your applications.
1212
Great for routing many applications from different domains in one single host, handling SSL with ease, etc.
13-
1413
</p>
1514
<br/>
1615
<br/>

0 commit comments

Comments
 (0)