1
0
mirror of https://github.com/cmur2/openvpn-status-web.git synced 2025-09-01 01:13:06 +02:00

ci: update actions/checkout action to v5

This commit is contained in:
renovate[bot]
2025-08-14 00:53:36 +00:00
committed by Christian Nicolai
parent 9fdcf0c0bf
commit 2bf8450724

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: