Skip to content

Commit 300f93b

Browse files
Update github-actions
1 parent f311b20 commit 300f93b

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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
@@ -36,4 +36,4 @@ jobs:
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

.github/workflows/renovate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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 }}

.github/workflows/update-locations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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

0 commit comments

Comments
 (0)