Skip to content

Commit

Permalink
GitHub Actions: Bump actions components
Browse files Browse the repository at this point in the history
[Why]
We need to fix the "Node.js 16 actions are deprecated" warnings.
  • Loading branch information
dumbbell committed May 16, 2024
1 parent 674180c commit e50b5fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: 25
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Publish release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Publish to Hex.pm
uses: erlangpack/github-action@v3
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
RUN_DIALYZER_ON_OTP_RELEASE: 26

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
id: install-erlang
with:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
run: rebar3 as test covertool generate

- name: Upload code coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: _build/test/covertool/khepri.covertool.xml
Expand Down

0 comments on commit e50b5fe

Please sign in to comment.