1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-26 22:30:19 +02:00

project: update actions/checkout action to v3

This commit is contained in:
Renovate Bot
2022-03-03 00:22:55 +00:00
committed by Christian Nicolai
parent d1463cc790
commit 3b34e00fc3
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ jobs:
release-dockerimage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Extract dyndnsd version from tag name
run: |