File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Check out the repo
23- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
23+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
2424
2525 - name : Set up QEMU
26- uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6 .0
26+ uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7 .0
2727
2828 - name : Set up Docker Buildx
2929 uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
3636
3737 - name : Extract metadata (tags, labels) for Docker
3838 id : meta
39- uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8 .0
39+ uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10 .0
4040 with :
4141 images : dracor/api
4242 tags : |
Original file line number Diff line number Diff line change 1818 test_api :
1919 runs-on : ubuntu-22.04
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - run : docker --version
2323 - name : Start the docker-compose stack
2424 run : docker compose up --detach --wait
You can’t perform that action at this time.
0 commit comments