File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 contents : write
1111
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0
1616
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout this repository
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313
1414 - name : Extract tag name
1515 run : echo "TAG_NAME=${{ github.event.client_payload.tag }}" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 99 # Ensures default fresh checkout can create containers.
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - run : docker compose up --no-start
1414 - run : docker compose -f docker-compose.yml -f compose-debug.yml -f logging.yml up --no-start
You can’t perform that action at this time.
0 commit comments