Skip to content

Commit

Permalink
build(deps): bump falti/dotenv-action in the github-actions group
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 1 update: [falti/dotenv-action](https://github.com/falti/dotenv-action).


Updates `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
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent df12e98 commit 6329133
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
# The dotenv action is used to load key-value pairs from files.
# In this case, the file is specified in the matrix and will contain the versions of the tools to use
- name: Dotenv Action
uses: falti/dotenv-action@v1.1.2
uses: falti/dotenv-action@v1.1.3
id: dotenv
with:
path: ${{ matrix.version-files.file }}
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
# The dotenv action is used to load key-value pairs from files.
# In this case, the file is specified in the matrix and will contain the versions of the tools to use
- name: Dotenv Action
uses: falti/dotenv-action@v1.1.2
uses: falti/dotenv-action@v1.1.3
id: dotenv
with:
path: ${{ matrix.version-files.file }}
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
# The dotenv action is used to load key-value pairs from files.
# In this case, the file is specified in the matrix and will contain the versions of the tools to use
- name: Dotenv Action
uses: falti/dotenv-action@v1.1.2
uses: falti/dotenv-action@v1.1.3
id: dotenv
with:
path: ${{ matrix.version-files.file }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-kubernetes-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
# The dotenv action is used to load key-value pairs from files.
# In this case, the file is specified in the matrix and will contain the versions of the tools to use
- name: Dotenv Action
uses: falti/dotenv-action@v1.1.2
uses: falti/dotenv-action@v1.1.3
if: needs.prepare_env.outputs.should-auto-succeed-kube-tests != 'true'
id: dotenv
with:
Expand Down

0 comments on commit 6329133

Please sign in to comment.