Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Sanchez authored and Julien Sanchez committed Sep 20, 2023
1 parent e786e7b commit 48e0b69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the current branch
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install node 14.18 for the rest of the workflow
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 14.18

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/generate_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the current branch
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install node 14.18 for the rest of the workflow
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 14.18

Expand All @@ -23,13 +23,13 @@ jobs:
id: generate_report_name

- name: Checkout community repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: akeneo/pim-community-dev
path: code/community

- name: Checkout enterprise repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: akeneo/pim-enterprise-dev
path: code/enterprise
Expand Down

0 comments on commit 48e0b69

Please sign in to comment.