Skip to content

Commit

Permalink
ci: update gofmt.yml and tlparser.yml bump up git-actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AmarnathCJD committed Apr 27, 2024
1 parent feae39b commit f66f155
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gofmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
goLint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'

- name: Lint
run: |
gofmt -l -s -w .
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'RoseLoverX: auto Linting'
commit_options: '--no-verify'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tlparser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.22'

- name: Build & Run TL Parser
run: cd ./internal/cmd/tlgen && go run .

- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "TLParser: Layer Updated"
commit_options: "--no-verify"
Expand Down

0 comments on commit f66f155

Please sign in to comment.