Skip to content

Commit

Permalink
fix(deps): bump falti/dotenv-action from 1.1.2 to 1.1.3 (#171)
Browse files Browse the repository at this point in the history
Bumps [falti/dotenv-action](https://github.com/falti/dotenv-action) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/falti/dotenv-action/releases)
- [Commits](falti/dotenv-action@v1.1.2...v1.1.3)

---
updated-dependencies:
- dependency-name: falti/dotenv-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 20, 2024
1 parent e5780bb commit 72aed4c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Load environment vars
id: dotenv
uses: falti/[email protected].2
uses: falti/[email protected].3
with:
path: .github/workflows/env_vars.txt
log-variables: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code_maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Load environment vars
id: dotenv
uses: falti/[email protected].2
uses: falti/[email protected].3
with:
path: .github/workflows/env_vars.txt
log-variables: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Load environment vars
id: dotenv
uses: falti/[email protected].2
uses: falti/[email protected].3
with:
path: .github/workflows/env_vars.txt
log-variables: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Load environment vars
id: dotenv
uses: falti/[email protected].2
uses: falti/[email protected].3
with:
path: .github/workflows/env_vars.txt
log-variables: true
Expand Down

0 comments on commit 72aed4c

Please sign in to comment.