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 e50b5fe commit 601499e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: rebar3 edoc

- name: Publish
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
rebar3-version: '3.22.1'

- name: Restore Dialyzer PLT files from cache
uses: actions/cache@v3
uses: actions/cache@v4
if: ${{ matrix.otp_version == env.RUN_DIALYZER_ON_OTP_RELEASE && matrix.os == 'ubuntu-latest' }}
with:
path: _build/*/rebar3_*_plt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.KHEPRI_BENCHMARK_REPO_ACCESS_TOKEN }}
repository: rabbitmq/khepri-benchmark
Expand Down

0 comments on commit 601499e

Please sign in to comment.