diff options
author | BSKY <git@bsky.moe> | 2020-02-11 06:16:00 +0900 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-02-10 23:30:41 +0000 |
commit | d837e9e96c7c8bb72338db8e944a82b5ebebb9df (patch) | |
tree | 83fa3a0e57b21cce9ac63e51791fc49011f4ac43 | |
parent | c74e1a0898890e92ab450312910f97ed9e028ab9 (diff) | |
download | gleam_stdlib-d837e9e96c7c8bb72338db8e944a82b5ebebb9df.tar.gz gleam_stdlib-d837e9e96c7c8bb72338db8e944a82b5ebebb9df.zip |
Bump actions/checkout from v1.0.0 to v2.0.0
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d796bf6..99cfa78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1.0.0 + - uses: actions/checkout@v2.0.0 - uses: gleam-lang/setup-erlang@v1.0.0 with: otp-version: 22.1 |