Skip to content

Commit 0c8eacc

Browse files
Bump actions/checkout from 2.3.5 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.5...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 47eb628 commit 0c8eacc

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)