File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 if : vars.PUBLISH_ENABLED == 'true'
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
16+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1717 - uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
1818 - run : uv build
1919 - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3636 with :
3737 name : dist
3838 path : dist/
39- - uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
39+ - uses : pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ jobs:
3939 client-id : ${{ secrets.RENOVATE_CLIENT_ID }}
4040 private-key : ${{ secrets.RENOVATE_APP_PRIVATE_KEY }}
4141
42- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
42+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4343
4444 - name : Run Renovate
4545 # configurationFile loads .github/renovate.json as Renovate's global config so the
4646 # settings apply even before the repo config is discovered on the default branch.
4747 # Renovate also auto-discovers the same committed file as repo config; the two layers
4848 # are identical, so the merge is harmless.
49- uses : renovatebot/github-action@b50d2ba2bd928235abdcc14d06dfafc217f1c565 # v46.1.18
49+ uses : renovatebot/github-action@37beffda261423addd537c33f2d126df7f6ffbab # v46.2.6
5050 with :
5151 token : ${{ steps.app-token.outputs.token }}
5252 configurationFile : .github/renovate.json
Original file line number Diff line number Diff line change 1616 matrix :
1717 python-version : ["3.12", "3.13", "3.14"]
1818 steps :
19- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
19+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2020 - uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
2121 - run : uv python install ${{ matrix.python-version }}
2222 - run : uv sync --all-groups --python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1313 update-locations :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
16+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1717 - uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
1818 - run : uv sync --no-dev
1919 - name : Update geotargets CSV
You can’t perform that action at this time.
0 commit comments