File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
1212 with :
1313 node-version : 24
1414 - run : corepack enable
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 - uses : ./.github/actions/build
1717
1818 deploy :
1919 needs : build
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 - uses : ./.github/actions/deploy
2424 with :
2525 aws_account_id : ${{ secrets.AWS_ACCOUNT_ID }}
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
1212 with :
1313 node-version : 24
1414 - run : corepack enable
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 - uses : ./.github/actions/build
1717
1818 deploy :
1919 needs : build
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 - uses : ./.github/actions/deploy
2424 with :
2525 aws_access_key_id : ${{ secrets.AWS_ACCESS_KEY_ID }}
You can’t perform that action at this time.
0 commit comments