commit | 88cb27633f88d882e58f5cc973de3bb209174554 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Wed Jan 18 03:28:21 2023 +0000 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Wed Jan 18 03:28:21 2023 +0000 |
tree | 8567802cee82f675a37ba2c8752d3f880d38235b | |
parent | 4c33bb5b75a752805ca970084cc40d2f49d2ac13 [diff] [blame] |
ci: loosen github workflows pins
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a902ff1..1da2eab 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml
@@ -7,10 +7,10 @@ runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3 - name: Set up Go - uses: actions/setup-go@v3.4.0 + uses: actions/setup-go@v3 with: go-version-file: go.mod cache: true