1
0
mirror of https://github.com/cmur2/openvpn-status-web.git synced 2024-12-22 02:54:23 +01:00

ci: update actions/checkout action to v4

This commit is contained in:
renovate[bot] 2024-03-03 10:29:33 +00:00 committed by Christian Nicolai
parent 4ead5d4972
commit 5162bdaa8a

View File

@ -21,7 +21,7 @@ jobs:
- '3.2'
- '3.3'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with: