Skip to content

Commit

Permalink
Github Actions: Update to falti/dotenv-action@v1 to fix Node 16 warnings
Browse files Browse the repository at this point in the history
Co-authored-by: Pau Ruiz Safont <[email protected]>
Signed-off-by: Bernhard Kaindl <[email protected]>
  • Loading branch information
bernhardkaindl and psafont committed Mar 11, 2024
1 parent 3aedc1c commit 311b79b
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 311b79b

Please sign in to comment.