@@ -16,13 +16,13 @@ jobs:
1616 matrix :
1717 python-version : ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1818 steps :
19- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
19+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
2020 - name : Set up Python
21- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
21+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424 - name : Set up uv
25- uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
25+ uses : astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1 .0
2626 - name : Install dependencies
2727 run : |
2828 uv venv
@@ -43,15 +43,15 @@ jobs:
4343 matrix :
4444 python-version : ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
4545 steps :
46- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
46+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
4747 - name : Set up Python
48- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
48+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
4949 with :
5050 python-version : ${{ matrix.python-version }}
5151 - name : Set up Chrome for Pytest
5252 uses : ./.github/actions/setup-chrome-for-pytest
5353 - name : Set up uv
54- uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
54+ uses : astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1 .0
5555 - name : Install dependencies
5656 run : |
5757 uv venv
@@ -95,15 +95,15 @@ jobs:
9595 - python-version : " 3.11"
9696 pandas-version : " 2"
9797 steps :
98- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
98+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
9999 - name : Set up Python
100- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
100+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
101101 with :
102102 python-version : ${{ matrix.python-version }}
103103 - name : Set up Chrome for browser tests
104104 uses : ./.github/actions/setup-chrome-for-pytest
105105 - name : Set up uv
106- uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
106+ uses : astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1 .0
107107 - name : Install dependencies
108108 run : |
109109 uv venv
@@ -138,17 +138,17 @@ jobs:
138138 name : Kaleido v0 RuntimeError verification (Python 3.12, kaleido 0.2.1)
139139 runs-on : ubuntu-latest
140140 steps :
141- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
141+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
142142 - name : Set up Python
143- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
143+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
144144 with :
145145 python-version : " 3.12"
146146 - name : Set up Chrome
147- uses : browser-actions/setup-chrome@4f8e94349a351df0f048634f25fec36c3c91eded # v2.1.1
147+ uses : browser-actions/setup-chrome@48ad923757ca74d66703209fe939badbdf80f2f4 # v2.2.0
148148 with :
149149 install-chromedriver : true
150150 - name : Set up uv
151- uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
151+ uses : astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1 .0
152152 - name : Install dependencies
153153 run : |
154154 uv venv
0 commit comments