Skip to content

Commit

Permalink
Merge pull request #125 from nyaruka/update-CI-actions
Browse files Browse the repository at this point in the history
Update Github actions to latest versions
  • Loading branch information
rowanseymour authored May 16, 2024
2 parents d0d96e3 + 71b0ed5 commit 69880ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Linux packages
run: sudo apt install -y --no-install-recommends pandoc

- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

Expand All @@ -40,7 +40,7 @@ jobs:

- name: Upload coverage
if: success()
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit 69880ce

Please sign in to comment.