Merge pull request 'Update actions/checkout action to v7' (#2) from renovate/actions-checkout-7.x into main
All checks were successful
Build friends-api / build-and-push (push) Successful in 13s

Reviewed-on: #2
This commit is contained in:
redbinder0526 2026-08-10 02:04:56 +02:00
commit 5b8f933ec2

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: |