File tree Expand file tree Collapse file tree
tests/e2e/fixtures/simple-npm Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 dockerhub-token : ${{ secrets.DOCKERHUB_TOKEN }}
3636
3737 - name : Build & Push Stable Docker
38- uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2 .0
38+ uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3 .0
3939 with :
4040 push : true
4141 platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 6565
6666 - name : Publish to Test PyPI
6767 if : steps.version_check.outputs.exists != 'true'
68- uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
68+ uses : pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
6969 with :
7070 repository-url : https://test.pypi.org/legacy/
7171 verbose : true
@@ -150,7 +150,7 @@ jobs:
150150
151151 - name : Build & Push Docker Preview
152152 if : steps.verify_package.outputs.success == 'true'
153- uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2 .0
153+ uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3 .0
154154 env :
155155 VERSION : ${{ env.VERSION }}
156156 with :
Original file line number Diff line number Diff line change 6666
6767 - name : Publish to PyPI
6868 if : steps.version_check.outputs.pypi_exists != 'true'
69- uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
69+ uses : pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
7070
7171 - name : Set up Docker publishing
7272 uses : ./.github/actions/setup-docker
9696 if : |
9797 steps.verify_package.outputs.success == 'true' &&
9898 steps.docker_check.outputs.docker_exists != 'true'
99- uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2 .0
99+ uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3 .0
100100 env :
101101 VERSION : ${{ env.VERSION }}
102102 with :
Original file line number Diff line number Diff line change 66 "dependencies" : {
77 "lodash" : " 4.18.1" ,
88 "express" : " 4.22.0" ,
9- "axios" : " 1.16.1 "
9+ "axios" : " 1.19.0 "
1010 },
1111 "devDependencies" : {
1212 "typescript" : " 5.0.4" ,
You can’t perform that action at this time.
0 commit comments