Skip to content

Commit 3b43119

Browse files
build(deps): update github actions
1 parent bdb874c commit 3b43119

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
docs:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
27+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2828
with:
2929
fetch-depth: 0
3030

31-
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
31+
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
3232

33-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
33+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
3434
with:
3535
python-version: "3.12"
3636

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ jobs:
1111
if: startsWith(github.ref, 'refs/tags/')
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
14+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1515
with:
1616
fetch-depth: 0
1717
fetch-tags: true
1818

1919
- name: Setup uv
20-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
20+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
2121

2222
- name: Setup Python
23-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
23+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
2424
with:
2525
python-version-file: ".python-version"
2626

template/{% if repository_provider == 'github' %}.github{% endif %}/actions/setup-env/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
using: composite
1313
steps:
1414
- name: Setup uv
15-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
15+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
1616
with:
1717
enable-cache: true
1818

@@ -22,7 +22,7 @@ runs:
2222
install_only: true
2323

2424
- name: Setup Python
25-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
25+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
2626
with:
2727
# one of these two
2828
python-version: ${{ inputs.python-version }}

template/{% if repository_provider == 'github' %}.github{% endif %}/workflows/main.yaml.jinja

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
timeout-minutes: 15
2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
26+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2727
with:
2828
fetch-depth: 0
2929
fetch-tags: true
@@ -56,7 +56,7 @@ jobs:
5656
fail-fast: false
5757
steps:
5858
- name: Checkout repository
59-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
59+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
6060
with:
6161
fetch-depth: 0
6262
fetch-tags: true
@@ -91,7 +91,7 @@ jobs:
9191
contents: write
9292
steps:
9393
- name: Checkout repository
94-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
94+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
9595
with:
9696
fetch-depth: 0
9797
fetch-tags: true
@@ -136,7 +136,7 @@ jobs:
136136
id-token: write
137137
steps:
138138
- name: Checkout repository
139-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
139+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
140140
with:
141141
fetch-depth: 0
142142
fetch-tags: true
@@ -168,7 +168,7 @@ jobs:
168168
- tests
169169
steps:
170170
- name: Checkout repository
171-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
171+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
172172
with:
173173
fetch-depth: 0
174174
fetch-tags: true

template/{% if repository_provider == 'github' %}.github{% endif %}/workflows/{% if dependency_updater == 'renovate' %}renovate.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
timeout-minutes: 30
3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
38+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3939

4040
{% if renovate_auth_method == 'github_app' %}
4141
- name: Generate GitHub App token

0 commit comments

Comments
 (0)