Skip to content

Commit 7696e9f

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/checkout-7.0.0
2 parents b7216b9 + f434d9e commit 7696e9f

5 files changed

Lines changed: 50 additions & 50 deletions

File tree

.github/workflows/docker-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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

.github/workflows/pr-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
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:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
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
@@ -96,7 +96,7 @@ jobs:
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:

tests/e2e/fixtures/simple-npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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",

0 commit comments

Comments
 (0)