File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
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.0
13+ - uses : actions/checkout@v6.0.1
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.0
36+ uses : actions/checkout@v6.0.1
3737
3838 # Install the cosign tool except on PR
3939 # https://github.com/sigstore/cosign-installer
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Checkout repository
36- uses : actions/checkout@v6.0.0
36+ uses : actions/checkout@v6.0.1
3737
3838 # Install the cosign tool except on PR
3939 # https://github.com/sigstore/cosign-installer
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.0
14+ uses : actions/checkout@v6.0.1
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.0
24+ uses : actions/checkout@v6.0.1
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.0
34+ uses : actions/checkout@v6.0.1
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.0
44+ # uses: actions/checkout@v6.0.1
4545 # - name: Run Tests
4646 # run: |
4747 # echo "Building image to test"
You can’t perform that action at this time.
0 commit comments