Skip to content

Commit 26ad5ae

Browse files
Merge pull request #94 from maartenvanvliet/dependabot/github_actions/actions/checkout-3.1.0
2 parents 47eb628 + 0c8eacc commit 26ad5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/elixir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
POSTGRES_USER: postgres
2828
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3
2929
steps:
30-
- uses: actions/checkout@v2.3.5
30+
- uses: actions/checkout@v3.1.0
3131
- uses: erlef/setup-elixir@v1.14
3232
with:
3333
otp-version: ${{matrix.otp}}

0 commit comments

Comments
 (0)