Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/download-a…
Browse files Browse the repository at this point in the history
…rtifact-3
  • Loading branch information
Morphenoed authored Dec 25, 2024
2 parents f3d4894 + c7a63b7 commit bc7294e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
persist-credentials: false

- name: Setup Node.js
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v4.0.3
with:
node-version: 14.x

Expand All @@ -43,7 +43,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push the image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
no-cache: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
persist-credentials: false

- name: Setup Node.js
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v4.0.3
with:
node-version: 20.x

Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v1

- name: Setup Node.js
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v4.0.3
with:
node-version: 20.x

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Setup Node.js
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v4.0.3
with:
node-version: 20.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
mysql root password: 'some-password' # Required if "mysql user" is empty, default is empty. The root superuser password

- name: Setup Node.js
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v4.0.3
with:
node-version: 20.x

Expand Down

0 comments on commit bc7294e

Please sign in to comment.