@@ -26,18 +26,18 @@ jobs:
2626
2727 runs-on : ${{ matrix.os }}
2828 steps :
29- - uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v3
29+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v3
3030
3131 - name : Set up Docker Buildx
3232 uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
3333
3434 - name : Set up Python
35- uses : actions/setup-python@v5
35+ uses : actions/setup-python@v6
3636 with :
3737 python-version : " 3.12"
3838
3939 - name : Install uv
40- uses : astral-sh/setup-uv@v6
40+ uses : astral-sh/setup-uv@v7
4141 with :
4242 enable-cache : true
4343 cache-dependency-glob : pyproject.toml
@@ -79,21 +79,21 @@ jobs:
7979
8080 runs-on : ${{ matrix.os }}
8181 steps :
82- - uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v3
82+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v3
8383
8484 - name : Set up Docker Buildx
8585 uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
8686
8787 - name : Login to GHCR
88- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
88+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
8989 with :
9090 registry : ghcr.io
9191 username : ${{ github.actor }}
9292 password : ${{ secrets.GITHUB_TOKEN }}
9393
9494 - name : Extract metadata for image
9595 id : meta
96- uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5
96+ uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5
9797 with :
9898 images : |
9999 ghcr.io/${{ github.repository }}
@@ -109,12 +109,12 @@ jobs:
109109 org.opencontainers.image.url=${{ github.server_url }}/${{ github.repository }}
110110
111111 - name : Set up Python
112- uses : actions/setup-python@v5
112+ uses : actions/setup-python@v6
113113 with :
114114 python-version : " 3.12"
115115
116116 - name : Install uv
117- uses : astral-sh/setup-uv@v6
117+ uses : astral-sh/setup-uv@v7
118118 with :
119119 enable-cache : true
120120 cache-dependency-glob : pyproject.toml
@@ -154,10 +154,10 @@ jobs:
154154
155155 runs-on : ubuntu-latest
156156 steps :
157- - uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v3
157+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v3
158158
159159 - name : Login to GHCR
160- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
160+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
161161 with :
162162 registry : ghcr.io
163163 username : ${{ github.actor }}
0 commit comments