Skip to content

Commit

Permalink
Merge pull request #123 from entelecheia/dependabot/github_actions/c-…
Browse files Browse the repository at this point in the history
…py/action-dotenv-to-setenv-5

chore(deps): bump c-py/action-dotenv-to-setenv from 4 to 5
  • Loading branch information
entelecheia authored Nov 20, 2023
2 parents 21cc6c9 + d4af988 commit 8b6394e
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@ jobs:
run: bash .github/scripts/free-disk-space.sh

- name: Version from version file
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
env-file: ./.docker/docker.version

- name: Common environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
# use branch name as suffix for dotfile
env-file: ./.docker/docker.common.env

- name: Environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
env-file: ./.docker/docker.app.env

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ jobs:
run: bash .github/scripts/free-disk-space.sh

- name: Version from version file
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
env-file: ./.docker/docker.version

- name: Common environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
# use branch name as suffix for dotfile
env-file: ./.docker/docker.common.env

- name: Environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
# use branch name as suffix for dotfile
env-file: ./.docker/docker.base.env
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-app-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@ jobs:
run: bash .github/scripts/free-disk-space.sh

- name: Version from version file
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
env-file: ./.docker/docker.version

- name: Common environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
# use branch name as suffix for dotfile
env-file: ./.docker/docker.common.env

- name: Environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
env-file: ./.docker/docker.app.env

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-base-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ jobs:
run: bash .github/scripts/free-disk-space.sh

- name: Version from version file
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
env-file: ./.docker/docker.version

- name: Common environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
# use branch name as suffix for dotfile
env-file: ./.docker/docker.common.env

- name: Environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
# use branch name as suffix for dotfile
env-file: ./.docker/docker.base.env
Expand Down
6 changes: 3 additions & 3 deletions tmp/.github/workflows/deploy-app-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@ jobs:
run: bash .github/scripts/free-disk-space.sh

- name: Version from version file
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
env-file: ./.docker/docker.version

- name: Common environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
# use branch name as suffix for dotfile
env-file: ./.docker/docker.common.env

- name: Environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
env-file: ./.docker/docker.app.env

Expand Down
6 changes: 3 additions & 3 deletions tmp/.github/workflows/deploy-base-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@ jobs:
run: bash .github/scripts/free-disk-space.sh

- name: Version from version file
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
env-file: ./.docker/docker.version

- name: Common environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
# use branch name as suffix for dotfile
env-file: ./.docker/docker.common.env

- name: Environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
# use branch name as suffix for dotfile
env-file: ./.docker/docker.base.env
Expand Down

0 comments on commit 8b6394e

Please sign in to comment.