1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-08-21 05:13:02 +02:00

ci: update actions/checkout action to v5

This commit is contained in:
renovate[bot]
2025-08-14 02:55:00 +00:00
committed by Christian Nicolai
parent 5e6f0e1e33
commit 9b553eb117
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -23,7 +23,7 @@ jobs:
- '3.3'
- '3.4'
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
@@ -37,7 +37,7 @@ jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Check workflow files
run: |
echo "::add-matcher::.github/actionlint-matcher.json"
@@ -50,6 +50,6 @@ jobs:
image: ghcr.io/renovatebot/renovate
options: --user root
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Check Renovate config
run: renovate-config-validator --strict