Skip to content

Commit 5b1b2cd

Browse files
chore(deps): update github-actions updates (#885)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 90f8924 commit 5b1b2cd

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build_test_base_images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
driver-opts: image=moby/buildkit:master
3939

4040
- name: Log in to GitHub Container Registry
41-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
41+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
4242
with:
4343
registry: ghcr.io
4444
username: ${{ github.actor }}

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Run Claude Code
3434
id: claude
35-
uses: anthropics/claude-code-action@408a40e7c283816edd884ce7e99d7b535a396d89 # v1
35+
uses: anthropics/claude-code-action@ba026a3e56b9f646ae3b1be02dd9c0812aa2f8ae # v1
3636
with:
3737
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
3838
additional_permissions: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: install uv
4343
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
4444
with:
45-
version: "0.11.2"
45+
version: "0.11.3"
4646

4747
- name: build otaclient package
4848
env:

.github/workflows/sync_lockfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install uv
3939
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
4040
with:
41-
version: "0.11.2"
41+
version: "0.11.3"
4242
- name: Setup python
4343
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
4444
with:

0 commit comments

Comments
 (0)