chore(deps): update actions/checkout action to v4.3.1 #2

Merged
enricobuehler merged 1 commits from renovate/non-major-dependencies into main 2026-06-01 06:11:55 +00:00
+2 -2
View File
@@ -44,7 +44,7 @@ jobs:
build-api-core: build-api-core:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
steps: steps:
- uses: actions/checkout@v4.2.2 - uses: actions/checkout@v4.3.1
- name: Set up Docker Buildx - name: Set up Docker Buildx
# Inline replacement for docker/setup-buildx-action. The job # Inline replacement for docker/setup-buildx-action. The job
@@ -183,7 +183,7 @@ jobs:
# with build-api-core + deploy-api-core. deploy-web below still gates on # with build-api-core + deploy-api-core. deploy-web below still gates on
# deploy-api-core so the runtime sequence is preserved. # deploy-api-core so the runtime sequence is preserved.
steps: steps:
- uses: actions/checkout@v4.2.2 - uses: actions/checkout@v4.3.1
- name: Set up Docker Buildx - name: Set up Docker Buildx
# See the build-api-core step of the same name above for why # See the build-api-core step of the same name above for why