diff options
author | inoas <mail@inoas.com> | 2022-12-05 09:46:55 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-12-05 10:42:46 +0000 |
commit | 6e912a01efd5c65af94e131eb96c6f1ac7350853 (patch) | |
tree | c5e0b1deb6b1d2286b00768f63d162f1fed4c782 /.github | |
parent | 882630d194419e1bcc019db20c1c3eadc2c1ebfa (diff) | |
download | gleam_stdlib-6e912a01efd5c65af94e131eb96c6f1ac7350853.tar.gz gleam_stdlib-6e912a01efd5c65af94e131eb96c6f1ac7350853.zip |
update github actions checkout
Diffstat (limited to '.github')
-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 6f2ea8d..433d11d 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@v2.5.0 + - uses: actions/checkout@v3.1.0 - uses: erlef/setup-beam@v1.15.0 with: otp-version: "24.2.2" |