Skip to content

Commit

Permalink
Bump actions/checkout to v4 as recommended by GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Dec 12, 2023
1 parent 34e46e8 commit 5efb0b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
container:
image: erlang:${{ matrix.otp }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: ./configure
- run: make
- run: rebar3 compile
Expand All @@ -27,7 +27,7 @@ jobs:
needs: [tests]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: ./configure --enable-gcov
- run: rebar3 compile
- run: rebar3 eunit -v
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hexpm-release.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup rebar3 hex
run: |
Expand Down

0 comments on commit 5efb0b2

Please sign in to comment.