commit c4733f532756fc0a0ebdaa1793028e421f56aadb
parent ba5256e2993012b8e4254a81c2bdc3db147e9dfa
Author: iostpa <iostpa@iostpa.com>
Date: Sat, 28 Mar 2026 21:44:50 +0200
Merge pull request #23 from iostpa/renovate/actions-checkout-6.x
Update actions/checkout action to v6
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
steps:
- name: Checkout Code
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to ghcr.io