Skip to content

Commit 67323b4

Browse files
Update All Dependencies
1 parent 1073202 commit 67323b4

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/actions/build-dotnet/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ runs:
171171
restore-keys: ${{ steps.detect-cache-configuration.outputs.restore-keys }}
172172

173173
- name: Cache Packages with WarpBuild Cache
174-
uses: WarpBuilds/cache@40f3443ae7b70e568d6e2070ea897f3df94d7553 # v1.4.13
174+
uses: WarpBuilds/cache@dad44e2487e9dc889ad6e6bd198e77bb2d828eee # v2.0.0
175175
if: steps.detect-cache-configuration.outputs.cache-enabled == 'true' && contains(runner.name, 'warp')
176176
with:
177177
path: ${{ format(steps.detect-cache-configuration.outputs.paths, fromJSON('"\n"')) }}

.github/actions/login-to-azure/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
using: composite
1616
steps:
1717
- name: Login to Azure
18-
uses: azure/login@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca # v3.0.1
18+
uses: azure/login@7ddb5af1ef8758cf1353cf3b42f940aee27ba21c # v3.0.2
1919
with:
2020
client-id: ${{ env.AZURE_CLIENT_ID }}
2121
tenant-id: ${{ env.AZURE_TENANT_ID }}

.github/actions/renovate/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
using: composite
1717
steps:
1818
- name: Run Renovate
19-
uses: renovatebot/github-action@e09d604f8f803bb527bd8321ed5be06c460b8682 # v46.2.2
19+
uses: renovatebot/github-action@39b914146caeff8cd512e61c8992f1d5913af85c # v46.2.5
2020
env:
2121
RENOVATE_REPOSITORIES: ${{ github.repository }}
2222
LOG_LEVEL: ${{ inputs.log-level }}

.github/actions/setup-elasticsearch/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
version: '2.2'
88
services:
99
es01:
10-
image: docker.elastic.co/elasticsearch/elasticsearch:9.5.2@sha256:9c1e1afc2bda921b35025e21c72ec6e392266995aa35ad6a47887363592718be
10+
image: docker.elastic.co/elasticsearch/elasticsearch:9.5.3@sha256:f456578fc2a620a8a4f4c21d070fff1f6070345adb2be5e5626b65be72aea350
1111
container_name: es01
1212
environment:
1313
- node.name=es01
@@ -31,7 +31,7 @@ services:
3131
networks:
3232
- elastic
3333
es02:
34-
image: docker.elastic.co/elasticsearch/elasticsearch:9.5.2@sha256:9c1e1afc2bda921b35025e21c72ec6e392266995aa35ad6a47887363592718be
34+
image: docker.elastic.co/elasticsearch/elasticsearch:9.5.3@sha256:f456578fc2a620a8a4f4c21d070fff1f6070345adb2be5e5626b65be72aea350
3535
container_name: es02
3636
environment:
3737
- node.name=es02

0 commit comments

Comments
 (0)