Skip to content

Commit

Permalink
Merge pull request xapi-project#5497 from xenserver-next/CI-fix-node1…
Browse files Browse the repository at this point in the history
[email protected]

GitHub Action to read .env files: Update to falti/dotenv-action@v1 (fixes Node 16 warnings)
  • Loading branch information
bernhardkaindl authored Mar 11, 2024
2 parents b95a075 + 311b79b commit 4ca7a93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/1.249-lcm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Load environment file
id: dotenv
uses: falti/dotenv-action@v1.0.2
uses: falti/dotenv-action@v1

- name: Retrieve date for cache key (year-week)
id: cache-key
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Load environment file
id: dotenv
uses: falti/dotenv-action@v1.0.4
uses: falti/dotenv-action@v1

- name: Update Ubuntu repositories
run: sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup-xapi-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
- name: Load environment file
id: dotenv
uses: falti/dotenv-action@v1.0.4
uses: falti/dotenv-action@v1

- name: Update Ubuntu repositories
shell: bash
Expand Down

0 comments on commit 4ca7a93

Please sign in to comment.