Update actions/checkout action to v7 #2

Merged
redbinder0526 merged 1 commit from renovate/actions-checkout-7.x into main 2026-08-10 02:04:56 +02:00
Showing only changes of commit 79b777e71a - Show all commits

Update actions/checkout action to v7
All checks were successful
Build friends-api / build-and-push (push) Successful in 16s

Spacebot 2026-08-09 00:30:41 +00:00

View file

@ -8,7 +8,7 @@ jobs:
runs-on: debian-trixie
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v7
- name: Build friends-api binary
run: |