Skip to content

Commit

Permalink
Update GitHub Action Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 3, 2024
1 parent c343702 commit 931b8d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
working-directory: tools/TestSuite

- name: Test - RUN
uses: kohlerdominik/docker-run-action@v1.1.0
uses: kohlerdominik/docker-run-action@v2.0.0
with:
image: mcr.microsoft.com/dotnet/sdk:8.0
environment: |
Expand All @@ -64,7 +64,7 @@ jobs:

- name: Test - RUN on GooglePubSub
if: github.event_name != 'pull_request'
uses: kohlerdominik/docker-run-action@v1.1.0
uses: kohlerdominik/docker-run-action@v2.0.0
with:
image: mcr.microsoft.com/dotnet/sdk:8.0
environment: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
working-directory: tools/TestSuite

- name: Test - RUN
uses: kohlerdominik/docker-run-action@v1.1.0
uses: kohlerdominik/docker-run-action@v2.0.0
with:
image: mcr.microsoft.com/dotnet/sdk:8.0
environment: |
Expand All @@ -57,7 +57,7 @@ jobs:
run: dotnet test /src/tools/TestSuite/TestSuite.ApiTests/TestSuite.ApiTests.csproj --filter Category!=NotAutomated

- name: Test - RUN on GooglePubSub
uses: kohlerdominik/docker-run-action@v1.1.0
uses: kohlerdominik/docker-run-action@v2.0.0
with:
image: mcr.microsoft.com/dotnet/sdk:8.0
environment: |
Expand Down

0 comments on commit 931b8d5

Please sign in to comment.