1
0
mirror of https://github.com/cmur2/openvpn-status-web.git synced 2025-12-12 11:48:20 +01:00

ci: update actions/checkout action to v6

This commit is contained in:
renovate[bot]
2025-11-27 04:07:01 +00:00
committed by Christian Nicolai
parent 8e598f4506
commit 55038fc231

View File

@@ -23,7 +23,7 @@ jobs:
- '3.3'
- '3.4'
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with: