1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-08-20 09: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: release-dockerimage:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v5
- name: Extract dyndnsd version from tag name - name: Extract dyndnsd version from tag name
run: | run: |

View File

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