Skip to content

Commit 8496d57

Browse files
committed
Fix GitHub action pins
1 parent ac0ce0b commit 8496d57

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828

2929
- name: Set up Python
3030
# https://github.com/actions/setup-python
31-
uses: actions/setup-python@cae9d6a5c961a2c267bc955ecf8d27bc955b2e83 # v5.4.0
31+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
3232
with:
3333
python-version: "3.13"
3434

3535
- name: Install uv
3636
# https://github.com/astral-sh/setup-uv
37-
uses: astral-sh/setup-uv@1b6072f24a1f5e1bf6797b14bb96e52cf5e1f027 # v5.0.1
37+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
3838

3939
- name: Install dependencies
4040
run: uv sync --all-groups
@@ -63,12 +63,12 @@ jobs:
6363

6464
- name: Set up Docker Buildx
6565
# https://github.com/docker/setup-buildx-action
66-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
66+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
6767

6868
- name: Login to GHCR
6969
if: github.event_name == 'push'
7070
# https://github.com/docker/login-action
71-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
71+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
7272
with:
7373
registry: ghcr.io
7474
username: ${{ github.repository_owner }}
@@ -82,7 +82,7 @@ jobs:
8282
- name: Build and push Docker image
8383
id: docker_build
8484
# https://github.com/docker/build-push-action
85-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
85+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
8686
with:
8787
context: .
8888
file: Dockerfile

0 commit comments

Comments
 (0)