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

This commit is contained in:
Spacebot 2026-08-09 00:30:41 +00:00
commit 79b777e71a

View file

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