Skip to content

Commit

Permalink
Merge refs/heads/main into docs/stateful_session_session_affinity
Browse files Browse the repository at this point in the history
  • Loading branch information
soloio-bulldozer[bot] authored Jun 17, 2024
2 parents 16a56d8 + 2c62fc1 commit 4c3f108
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 4c3f108

Please sign in to comment.