Skip to content

Commit

Permalink
chore(deps): update cardinalby/export-env-action action to v2.2.1 (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: App Token Issuer Releng Renovate Bot <376532+app-token-issuer-releng-renovate[bot]@users.noreply.github.com>
Co-authored-by: Erik Burton <erikburt@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 1, 2023
1 parent 6cdd08a commit 38915ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actions/ci-lint-go/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ runs:

- name: Set env from files
if: inputs.use-env-files == 'true'
uses: cardinalby/export-env-action@66657b34899a2d695434ed060d9f2215db9b4035 # v2.2.0
uses: cardinalby/export-env-action@04460b5708ae685cda6419c29deb8903ca2db74a # 2.2.1
with:
envFile: ${{ inputs.env-files }}

Expand Down
2 changes: 1 addition & 1 deletion actions/ci-test-go/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ runs:

- name: Set env from files
if: inputs.use-env-files == 'true'
uses: cardinalby/export-env-action@66657b34899a2d695434ed060d9f2215db9b4035 # v2.2.0
uses: cardinalby/export-env-action@04460b5708ae685cda6419c29deb8903ca2db74a # 2.2.1
with:
envFile: ${{ inputs.env-files }}

Expand Down

0 comments on commit 38915ad

Please sign in to comment.