Skip to content

Commit a8acef6

Browse files
committed
Update github actions.
1 parent b430ad0 commit a8acef6

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # pin@v3
10+
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # pin@v3
1111
with:
1212
fetch-depth: 0
1313
- name: Install Go
14-
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # pin@v3
14+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # pin@v3
1515
with:
1616
go-version: 1.18
1717
- name: Vet
@@ -22,21 +22,21 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # pin@v3
25+
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # pin@v3
2626
with:
2727
fetch-depth: 0
2828
- name: Install Go
29-
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # pin@v3
29+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # pin@v3
3030
with:
3131
go-version: 1.18
3232
- name: Generate Token
3333
id: generate-token
34-
uses: tibdex/github-app-token@586e1a624db6a5a4ac2c53daeeded60c5e3d50fe # pin@v1
34+
uses: tibdex/github-app-token@021a2405c7f990db57f5eae5397423dcc554159c # pin@v1
3535
with:
3636
app_id: ${{ secrets.APP_ID }}
3737
private_key: ${{ secrets.PRIVATE_KEY }}
3838
- name: Run GoReleaser
39-
uses: goreleaser/goreleaser-action@68acf3b1adf004ac9c2f0a4259e85c5f66e99bef # pin@v3
39+
uses: goreleaser/goreleaser-action@b508e2e3ef3b19d4e4146d4f8fb3ba9db644a757 # pin@v3
4040
with:
4141
args: release --rm-dist
4242
env:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
![Lade logo](lade-logo.png)
44

5-
[![Build Status](https://img.shields.io/github/workflow/status/lade-io/lade/Release.svg)](https://github.com/lade-io/lade/actions/workflows/release.yml)
5+
[![Build Status](https://img.shields.io/github/actions/workflow/status/lade-io/lade/release.yml)](https://github.com/lade-io/lade/actions/workflows/release.yml)
66
[![Release](https://img.shields.io/github/v/release/lade-io/lade.svg)](https://github.com/lade-io/lade/releases/latest)
77

88
Lade is a developer tool for deploying and managing your apps.
99

10-
You can learn more about Lade at https://lade.io.
10+
You can learn more about Lade at https://www.lade.io.
1111

1212
## Installation
1313

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/dustin/go-humanize v1.0.0
99
github.com/iancoleman/orderedmap v0.0.0-20180606015914-fec04b9a4f6d
1010
github.com/jinzhu/configor v1.1.1
11-
github.com/lade-io/go-lade v0.1.4
11+
github.com/lade-io/go-lade v0.1.5
1212
github.com/mattn/go-colorable v0.1.12
1313
github.com/mattn/go-isatty v0.0.14
1414
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,8 @@ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
446446
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
447447
github.com/lade-io/go-lade v0.1.4 h1:wrhPA8keh4u1hqNF3GUAPo2RbMmF1q2EUisPAK+qhkU=
448448
github.com/lade-io/go-lade v0.1.4/go.mod h1:kQDkodhmNS1E7FMCVSGmSqvQPgwyNk47tS42JwfrszA=
449+
github.com/lade-io/go-lade v0.1.5 h1:Am5fEt3SaURMaGzGqX82NqkiH8yG1hEu0TcE4+m1Nso=
450+
github.com/lade-io/go-lade v0.1.5/go.mod h1:kQDkodhmNS1E7FMCVSGmSqvQPgwyNk47tS42JwfrszA=
449451
github.com/leodido/go-urn v1.2.0 h1:hpXL4XnriNwQ/ABnpepYM/1vCLWNDfUNts8dX3xTG6Y=
450452
github.com/leodido/go-urn v1.2.0/go.mod h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgxpxOKII=
451453
github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=

0 commit comments

Comments
 (0)