Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ECOM-21692] Upgrade Github Actions workflows to not use Node 16 #120

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pull_request_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
repository_is_template: ${{ steps.metadata.outputs.repository_is_template }}

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4.1.7

- uses: ahmadnassri/[email protected]
id: metadata
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
if: ${{ needs.metadata.outputs.repository_is_template == 'true' }}

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4.1.7
with:
ref: ${{ github.event.pull_request.head.ref }}

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
repository_default_branch: ${{ steps.metadata.outputs.repository_default_branch }}

steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v4.1.7

- id: metadata
uses: ahmadnassri/[email protected]
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v4.1.7

- uses: ahmadnassri/[email protected]
with:
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v4.1.7

- uses: oxsecurity/megalinter/flavors/javascript@v6
env:
Expand All @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v4.1.7

- uses: actions/[email protected]
with:
Expand All @@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v4.1.7
with:
submodules: true

Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
version-minor: ${{ steps.release.outputs.release-version-minor }}

steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v4.1.7
with:
submodules: true

Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v4.1.7

- uses: ahmadnassri/action-template-repository-sync@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.7
- uses: hashicorp/setup-terraform@v1
with:
terraform_wrapper: false
Expand Down