Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/aws-actions/conf…
Browse files Browse the repository at this point in the history
…igure-aws-credentials-4.0.2
  • Loading branch information
Zharktas authored Jun 20, 2024
2 parents 4376f5b + a40820a commit 7dfaa11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
working-directory: ./opendata-assets

- name: build images
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
if: ${{ matrix.build-container == true }}
with:
context: ${{ matrix.context }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:

- name: build images
if: ${{ matrix.build-container == true }}
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: ${{ matrix.context }}
file: ${{ matrix.dockerfile }}
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
})
EOT
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'

Expand Down Expand Up @@ -425,7 +425,7 @@ jobs:
uses: actions/checkout@v4

- name: install nodejs v16
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16

Expand Down

0 comments on commit 7dfaa11

Please sign in to comment.