Skip to content

Commit

Permalink
Merge pull request #909 from devops-infra/develop
Browse files Browse the repository at this point in the history
Updates for 2022-04-29
  • Loading branch information
ChristophShyper authored Apr 29, 2022
2 parents 874e29f + 8286b1e commit 5899b54
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PUSH-MASTER.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1.6.0
uses: docker/setup-buildx-action@v1.7.0
with:
install: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/PUSH-OTHER.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1.6.0
uses: docker/setup-buildx-action@v1.7.0
with:
install: true

Expand All @@ -80,7 +80,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1.6.0
uses: docker/setup-buildx-action@v1.7.0
with:
install: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/SNYK.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1.6.0
uses: docker/setup-buildx-action@v1.7.0
with:
install: true

Expand Down
2 changes: 1 addition & 1 deletion pip/aws/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
boto3==1.22.2
boto3==1.22.3

0 comments on commit 5899b54

Please sign in to comment.