File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2727 SENTRY_DSN : ${{ secrets.SENTRY_DSN }}
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 - run : docker compose -f docker-compose.yml --project-name ${{ secrets.STACK_NAME_PRODUCTION }} build
3232 - run : docker compose -f docker-compose.yml --project-name ${{ secrets.STACK_NAME_PRODUCTION }} up -d
Original file line number Diff line number Diff line change 2727 SENTRY_DSN : ${{ secrets.SENTRY_DSN }}
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 - run : docker compose -f docker-compose.yml --project-name ${{ secrets.STACK_NAME_STAGING }} build
3232 - run : docker compose -f docker-compose.yml --project-name ${{ secrets.STACK_NAME_STAGING }} up -d
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 # For PRs from forks
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 # For PRs from the same repo
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 if : ( github.event_name != 'pull_request' || github.secret_source == 'Actions' )
2020 with :
2121 ref : ${{ github.head_ref }}
Original file line number Diff line number Diff line change 2626 env :
2727 GITHUB_CONTEXT : ${{ toJson(github) }}
2828 run : echo "$GITHUB_CONTEXT"
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 with :
3131 # To allow latest-changes to commit to the main branch
3232 token : ${{ secrets.LATEST_CHANGES }}
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 - name : Set up Python
1919 uses : actions/setup-python@v5
2020 with :
Original file line number Diff line number Diff line change 2222 outputs :
2323 changed : ${{ steps.filter.outputs.changed }}
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 # For pull requests it's not necessary to checkout the code but for the main branch it is
2727 - uses : dorny/paths-filter@v3
2828 id : filter
4747 shardTotal : [4]
4848 fail-fast : false
4949 steps :
50- - uses : actions/checkout@v4
50+ - uses : actions/checkout@v5
5151 - uses : actions/setup-node@v4
5252 with :
5353 node-version : lts/*
9393 if : ${{ !cancelled() && needs.changes.outputs.changed == 'true' }}
9494 runs-on : ubuntu-latest
9595 steps :
96- - uses : actions/checkout@v4
96+ - uses : actions/checkout@v5
9797 - uses : actions/setup-node@v4
9898 with :
9999 node-version : 20
Original file line number Diff line number Diff line change 1414 statuses : write
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - uses : actions/setup-python@v5
1919 with :
2020 python-version : " 3.10"
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 - name : Set up Python
1919 uses : actions/setup-python@v5
2020 with :
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 - run : docker compose build
2020 - run : docker compose down -v --remove-orphans
2121 - run : docker compose up -d --wait backend frontend adminer
You can’t perform that action at this time.
0 commit comments