Skip to content

Commit

Permalink
ci: bump actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Aug 19, 2024
1 parent ba613d7 commit df3e673
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@ name: Run CI Tests
on: [push, pull_request]
jobs:
run-copywrite:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: hashicorp/[email protected].2
- uses: hashicorp/[email protected].3
- name: verify copyright
run: |
copywrite headers --plan
run-lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-golang@v3
with:
version-file: go.mod
- uses: golangci/golangci-lint-action@v3
with:
version: v1.56.2
version: v1.60.1
skip-cache: true
run-changes:
needs:
- 'run-copywrite'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-golang@v3
Expand All @@ -41,7 +41,7 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-22.04
- ubuntu-24.04
- macos-14
- windows-2022
runs-on: ${{matrix.os}}
Expand Down

0 comments on commit df3e673

Please sign in to comment.