diff options
| author | Kian-Meng Ang <kianmeng@cpan.org> | 2022-11-01 07:30:07 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-31 17:30:07 -0600 |
| commit | f0150c6160724c1b5013ef84cd5a7f09e0ac9720 (patch) | |
| tree | b1777d867216fc51246ca3629ab2dff871c82e37 /.github/workflows/update-instances.yml | |
| parent | e58d6e23edd2cfc1da7feab3cfc2b09326b73bff (diff) | |
| download | farside-f0150c6160724c1b5013ef84cd5a7f09e0ac9720.tar.gz | |
Use erlef/setup-beam, bump gha versions (#76)
Remove extra redirection. See https://github.com/erlef/setup-beam/issues/20
Diffstat (limited to '.github/workflows/update-instances.yml')
| -rw-r--r-- | .github/workflows/update-instances.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-instances.yml b/.github/workflows/update-instances.yml index a6fad46..39872c7 100644 --- a/.github/workflows/update-instances.yml +++ b/.github/workflows/update-instances.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install dependencies run: sudo apt-get install -y jq dnsutils |
