Update actions/checkout digest to 1d96c77

This commit is contained in:
renovate[bot] 2024-04-22 15:38:15 +00:00
parent 966bbeec7f
commit c948577064
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
- -
name: Set up QEMU name: Set up QEMU
uses: docker/setup-qemu-action@v3 uses: docker/setup-qemu-action@v3

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out the codebase. - name: Check out the codebase.
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
with: with:
# Full git history is needed to get a proper list of changed files # Full git history is needed to get a proper list of changed files
fetch-depth: 0 fetch-depth: 0

View File

@ -10,7 +10,7 @@ jobs:
name: Test Stack name: Test Stack
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
- name: Deploy the stack, timeout if not healthy after 2m - name: Deploy the stack, timeout if not healthy after 2m
run: timeout 120 docker compose up --quiet-pull --wait run: timeout 120 docker compose up --quiet-pull --wait
- name: Check creating database - name: Check creating database