Skip to content

Commit 4347468

Browse files
eksperimentaljosevalim
authored andcommitted
Update GitHub actions/checkout to v2 (#10496)
1 parent f044def commit 4347468

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
development: true
2424
runs-on: ubuntu-16.04
2525
steps:
26-
- uses: actions/checkout@v1
26+
- uses: actions/checkout@v2
2727
with:
2828
fetch-depth: 50
2929
- name: Install Erlang/OTP
@@ -33,7 +33,7 @@ jobs:
3333
mkdir -p otp
3434
tar zxf otp.tar.gz -C otp --strip-components=1
3535
otp/Install -minimal $(pwd)/otp
36-
echo "::add-path::$(pwd)/otp/bin"
36+
echo "$(pwd)/otp/bin" >> $GITHUB_PATH
3737
- name: Compile Elixir
3838
run: |
3939
rm -rf .git
@@ -61,7 +61,7 @@ jobs:
6161
steps:
6262
- name: Configure Git
6363
run: git config --global core.autocrlf input
64-
- uses: actions/checkout@v1
64+
- uses: actions/checkout@v2
6565
with:
6666
fetch-depth: 50
6767
- name: Cache Erlang/OTP package
@@ -88,7 +88,7 @@ jobs:
8888
name: Check POSIX-compliant
8989
runs-on: ubuntu-16.04
9090
steps:
91-
- uses: actions/checkout@v1
91+
- uses: actions/checkout@v2
9292
with:
9393
fetch-depth: 50
9494
- name: Install Shellcheck

0 commit comments

Comments
 (0)