1
0
mirror of https://github.com/tboerger/nixos-config synced 2024-11-22 18:21:58 +01:00

Merge pull request #4 from tboerger/renovate/actions-checkout-4.x

chore(deps): update actions/checkout action to v4
This commit is contained in:
Thomas Boerger 2023-09-07 09:26:39 +02:00 committed by GitHub
commit 745f0e3ff3
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -13,6 +13,6 @@ jobs:
steps:
- name: Clone source
uses: actions/checkout@v3
uses: actions/checkout@v4
...