File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1010 pull-request :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v6.0.1
13+ - uses : actions/checkout@v6.0.2
1414
1515 - name : Auto Pull Request
1616 uses : diillson/auto-pull-request@v1.0.1
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Checkout repository
36- uses : actions/checkout@v6.0.1
36+ uses : actions/checkout@v6.0.2
3737
3838 # Install the cosign tool except on PR
3939 # https://github.com/sigstore/cosign-installer
4646 # multi-platform images and export cache
4747 # https://github.com/docker/setup-buildx-action
4848 - name : Set up Docker Buildx
49- uses : docker/setup-buildx-action@v3.11.1
49+ uses : docker/setup-buildx-action@v3.12.0
5050
5151 # Login against a Docker registry except on PR
5252 # https://github.com/docker/login-action
Original file line number Diff line number Diff line change 1515 uses : docker/setup-qemu-action@v3.7.0
1616
1717 - name : Set up Docker Buildx
18- uses : docker/setup-buildx-action@v3.11.1
18+ uses : docker/setup-buildx-action@v3.12.0
1919
2020 - name : Login to Docker Hub
2121 uses : docker/login-action@v3
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Checkout repository
36- uses : actions/checkout@v6.0.1
36+ uses : actions/checkout@v6.0.2
3737
3838 # Install the cosign tool except on PR
3939 # https://github.com/sigstore/cosign-installer
4646 # multi-platform images and export cache
4747 # https://github.com/docker/setup-buildx-action
4848 - name : Set up Docker Buildx
49- uses : docker/setup-buildx-action@v3.11.1
49+ uses : docker/setup-buildx-action@v3.12.0
5050
5151 # Login against a Docker registry except on PR
5252 # https://github.com/docker/login-action
Original file line number Diff line number Diff line change 1515 uses : docker/setup-qemu-action@v3.7.0
1616
1717 - name : Set up Docker Buildx
18- uses : docker/setup-buildx-action@v3.11.1
18+ uses : docker/setup-buildx-action@v3.12.0
1919
2020 - name : Login to Docker Hub
2121 uses : docker/login-action@v3
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout Repo
14- uses : actions/checkout@v6.0.1
14+ uses : actions/checkout@v6.0.2
1515 - name : Run Tests
1616 run : |
1717 echo "Building image to test"
2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout Repo
24- uses : actions/checkout@v6.0.1
24+ uses : actions/checkout@v6.0.2
2525 - name : Run Tests
2626 run : |
2727 echo "Building image to test"
3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout Repo
34- uses : actions/checkout@v6.0.1
34+ uses : actions/checkout@v6.0.2
3535 - name : Run Tests
3636 run : |
3737 echo "Building image to test"
4141 # runs-on: ubuntu-latest
4242 # steps:
4343 # - name: Checkout Repo
44- # uses: actions/checkout@v6.0.1
44+ # uses: actions/checkout@v6.0.2
4545 # - name: Run Tests
4646 # run: |
4747 # echo "Building image to test"
You can’t perform that action at this time.
0 commit comments