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

chore(deps): update actions/checkout action to v4

This commit is contained in:
renovate[bot] 2023-09-04 14:53:33 +00:00 committed by GitHub
parent 223a349925
commit 38f6014d5a
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

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