Skip to content

Commit

Permalink
CI: Update some actions from v3 to v4 as recommended by GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Feb 6, 2024
1 parent d40ee48 commit 3362bbd
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 @@ -29,12 +29,12 @@ jobs:
steps:

- name: Checkout ejabberd
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: processone/ejabberd

- name: Checkout ejabberd-contrib
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: .ejabberd-modules/sources/ejabberd-contrib

Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
run: sed -i 's|, syntax_tools||g' src/ejabberd.app.src.script

- name: Cache rebar
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/rebar3/
Expand Down

0 comments on commit 3362bbd

Please sign in to comment.