Merge pull request 'Update actions/checkout action to v5' (#5) from renovate/actions-checkout-5.x into master
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 15s
Build and Push Docker Image / deploy-on-green (push) Successful in 7s

Reviewed-on: #5
This commit is contained in:
2025-08-23 00:07:57 +00:00

View File

@@ -14,7 +14,7 @@ jobs:
steps: steps:
# Checkout the repository code # Checkout the repository code
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v5
- name: Set outputs - name: Set outputs
id: vars id: vars
@@ -55,7 +55,7 @@ jobs:
if: ${{ success() }} if: ${{ success() }}
steps: steps:
- name: Checkout target repository - name: Checkout target repository
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
repository: infrastructure/core-apps repository: infrastructure/core-apps
token: ${{ secrets.ACTIONS_TOKEN }} token: ${{ secrets.ACTIONS_TOKEN }}