Skip to content

Commit

Permalink
build(deps): bump xom9ikk/dotenv from 1.0.2 to 2 (#26)
Browse files Browse the repository at this point in the history
Bumps [xom9ikk/dotenv](https://github.com/xom9ikk/dotenv) from 1.0.2 to 2.
- [Release notes](https://github.com/xom9ikk/dotenv/releases)
- [Commits](xom9ikk/dotenv@v1.0.2...v2)

---
updated-dependencies:
- dependency-name: xom9ikk/dotenv
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

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 Nov 22, 2022
1 parent 3bf3bb2 commit b82697d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Linux-Clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: '📥 Load .env file'
if: hashFiles('.github/workflows/.env') != ''
uses: xom9ikk/dotenv@v1.0.2
uses: xom9ikk/dotenv@v2
with:
path: .github/workflows

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Linux-GCC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: '📥 Load .env file'
if: hashFiles('.github/workflows/.env') != ''
uses: xom9ikk/dotenv@v1.0.2
uses: xom9ikk/dotenv@v2
with:
path: .github/workflows

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MacOS-Clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: '📥 Load .env file'
if: hashFiles('.github/workflows/.env') != ''
uses: xom9ikk/dotenv@v1.0.2
uses: xom9ikk/dotenv@v2
with:
path: .github/workflows

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MacOS-GCC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: '📥 Load .env file'
if: hashFiles('.github/workflows/.env') != ''
uses: xom9ikk/dotenv@v1.0.2
uses: xom9ikk/dotenv@v2
with:
path: .github/workflows

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Windows-MSVC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: '📥 Load .env file'
if: hashFiles('.github/workflows/.env') != ''
uses: xom9ikk/dotenv@v1.0.2
uses: xom9ikk/dotenv@v2
with:
path: .github/workflows

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Windows-MSYS2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: '📥 Load .env file'
if: hashFiles('.github/workflows/.env') != ''
uses: xom9ikk/dotenv@v1.0.2
uses: xom9ikk/dotenv@v2
with:
path: .github/workflows

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: '📥 Load .env file'
if: hashFiles('.github/workflows/.env') != ''
uses: xom9ikk/dotenv@v1.0.2
uses: xom9ikk/dotenv@v2
with:
path: .github/workflows

Expand Down

0 comments on commit b82697d

Please sign in to comment.