ci: update github actions versions

This commit is contained in:
cn 2020-08-21 16:39:11 +02:00
parent fcc3f12284
commit e36b210f66
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
release-dockerimage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Extract dyndnsd version from tag name
run: |
echo ::set-env name=DYNDNSD_VERSION::${GITHUB_REF#refs/*/v}