Skip to content

Commit

Permalink
Pin action versions in main workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
v0ctor committed Jan 15, 2023
1 parent 896ad64 commit ae0dbd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
go: ["1.17.x", "1.18.x"]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3.3.0

- name: License check
run: ./scripts/licensecheck.sh

- name: Go installation
uses: actions/setup-go@v2
uses: actions/setup-go@v3.5.0
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit ae0dbd5

Please sign in to comment.