Skip to content

Commit

Permalink
ci(deps): update falti/dotenv-action from v1.0.2 to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
theborakompanioni committed May 15, 2024
1 parent e48a856 commit 6bb93e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-and-update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Read .env file
id: dotenv
uses: falti/dotenv-action@v1.0.2
uses: falti/dotenv-action@v1.1.2
with:
log-variables: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-and-publish-docker-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Read .env file
id: dotenv
uses: falti/dotenv-action@v1.0.2
uses: falti/dotenv-action@v1.1.2
with:
log-variables: true

Expand Down

0 comments on commit 6bb93e1

Please sign in to comment.