Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tehnix committed Nov 17, 2022
1 parent c5b61a8 commit 99fba27
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ steps:
- name: Starting services
run: echo "Start up your services before exposing them...."

- uses: codetalkio/expose-tunnel@v1
- uses: codetalkio/expose-tunnel@v1.4.0
id: expose-tunnel
with:
service: bore.pub
Expand Down Expand Up @@ -58,7 +58,7 @@ steps:
- name: Starting services
run: echo "Start up your services before exposing them...."
- uses: codetalkio/expose-tunnel@v1
- uses: codetalkio/expose-tunnel@v1.4.0
id: expose-tunnel
with:
service: bore.selfhosted
Expand Down Expand Up @@ -93,7 +93,7 @@ Start up services and create the tunnel environment when a comment or the first
if: steps.check.outputs.triggered == 'true'
run: echo "Start up your services before exposing them...."
- uses: codetalkio/expose-tunnel@v1
- uses: codetalkio/expose-tunnel@v1.4.0
if: steps.check.outputs.triggered == 'true'
id: expose-tunnel
with:
Expand All @@ -118,7 +118,7 @@ steps:
- name: Starting services
run: echo "Start up your services before exposing them...."
- uses: codetalkio/expose-tunnel@v1
- uses: codetalkio/expose-tunnel@v1.4.0
id: expose-tunnel
with:
service: bore.pub
Expand Down Expand Up @@ -166,7 +166,7 @@ steps:
- name: Starting services
run: echo "Start up your services before exposing them...."

- uses: codetalkio/expose-tunnel@v1
- uses: codetalkio/expose-tunnel@v1.4.0
id: expose-tunnel
with:
service: bore.pub
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expose-tunnel",
"version": "1.0.0",
"version": "1.4.0",
"description": "Easily create tunnels to access your GitHub Action workflows from public endpoints.",
"main": "index.js",
"scripts": {
Expand All @@ -26,6 +26,6 @@
},
"devDependencies": {
"@vercel/ncc": "0.34.0",
"husky": "^8.0.1"
"husky": "8.0.2"
}
}

0 comments on commit 99fba27

Please sign in to comment.