Skip to content

Commit

Permalink
Update github action versions
Browse files Browse the repository at this point in the history
Update cache, codecov, and devbox action versions
  • Loading branch information
thunderboltsid committed Jul 8, 2024
1 parent 6d541c1 commit f4c2cd8
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/build-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/cache@v3
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.11.0
with:
enable-cache: "true"

- uses: actions/cache@v4
with:
path: |
~/.cache/golangci-lint
Expand All @@ -24,12 +29,6 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Install devbox
run: curl -fsSL https://get.jetpack.io/devbox | bash -s -- -f

- name: Install devbox deps
run: devbox install

- name: Test build
run: devbox run -- make build

Expand All @@ -45,7 +44,7 @@ jobs:
run: devbox run -- make coverage

- name: Codecov
uses: codecov/codecov-action@v3.1.4
uses: codecov/codecov-action@v4.5.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit f4c2cd8

Please sign in to comment.