diff --git a/.github/workflows/latest-up-spec-compatibility.yaml b/.github/workflows/latest-up-spec-compatibility.yaml index 0acb2cc..9b47eed 100644 --- a/.github/workflows/latest-up-spec-compatibility.yaml +++ b/.github/workflows/latest-up-spec-compatibility.yaml @@ -49,7 +49,7 @@ jobs: cd "${{ github.workspace }}" - name: "Determine OpenFastTrace file patterns from .env file" - uses: falti/dotenv-action@73fafca04177425fd3e0a0849257015ae9d42034 # v1.2.0 + uses: falti/dotenv-action@fff81fa3263fb96221c521b5e526e57c0c56d760 # v1.2.1 with: path: .env.oft-latest export-variables: true diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 82cf642..6656d6d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -64,7 +64,7 @@ jobs: submodules: "recursive" - name: "Determine uProtocol Specification file patterns from .env file" - uses: falti/dotenv-action@73fafca04177425fd3e0a0849257015ae9d42034 # v1.2.0 + uses: falti/dotenv-action@fff81fa3263fb96221c521b5e526e57c0c56d760 # v1.2.1 with: path: .env.oft-current export-variables: true