Skip to content

Commit 9ebc9de

Browse files
build(deps): bump the github-actions group across 2 directories with 5 updates (#1486)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0d09e36 commit 9ebc9de

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

.github/actions/setup-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runs:
4141

4242
- name: Set up uv with Python ${{ inputs.python-version }}
4343
id: setup-python
44-
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
44+
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
4545
with:
4646
version: '0.9.2'
4747
enable-cache: true

.github/workflows/changelog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: contains(github.event.pull_request.labels.*.name, 'skip news') != true
2323

2424
steps:
25-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
25+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2626
with:
2727
# towncrier needs a non-shallow clone
2828
fetch-depth: '0'

.github/workflows/create-release-pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
# https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/making-authenticated-api-requests-with-a-github-app-in-a-github-actions-workflow
2525
- name: Generate app token
2626
id: generate_token
27-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
27+
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
2828
with:
2929
app-id: ${{ secrets.BOT_APP_ID }}
3030
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
3131

32-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
32+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3333
with:
3434
token: ${{ steps.generate_token.outputs.token }}
3535
persist-credentials: false
@@ -61,7 +61,7 @@ jobs:
6161
git commit -a -m "docs: build changelog"
6262
6363
- name: Create pull request
64-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
64+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
6565
with:
6666
token: ${{ steps.generate_token.outputs.token }}
6767
branch: auto/release-v${{ inputs.version }}

.github/workflows/lint-test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
env:
4646
UV_RESOLUTION: highest
4747
steps:
48-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
48+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4949
with:
5050
persist-credentials: false
5151

@@ -100,7 +100,7 @@ jobs:
100100
pyright-sessions: ${{ steps.set-matrix.outputs.pyright-sessions }}
101101
test-sessions: ${{ steps.set-matrix.outputs.test-sessions }}
102102
steps:
103-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
103+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
104104
with:
105105
persist-credentials: false
106106
- name: Set up environment
@@ -126,7 +126,7 @@ jobs:
126126
RUFF_OUTPUT_FORMAT: github
127127
steps:
128128

129-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
129+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
130130
with:
131131
persist-credentials: false
132132

@@ -154,7 +154,7 @@ jobs:
154154
- lock-dependencies
155155
- lint
156156
steps:
157-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
157+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
158158
with:
159159
fetch-depth: '0'
160160
persist-credentials: false
@@ -181,7 +181,7 @@ jobs:
181181
fail-fast: false
182182
continue-on-error: ${{ matrix.session.experimental }}
183183
steps:
184-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
184+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
185185
with:
186186
persist-credentials: false
187187

@@ -242,7 +242,7 @@ jobs:
242242
- lock-dependencies
243243
- lint
244244
steps:
245-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
245+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
246246
with:
247247
fetch-depth: '0'
248248
persist-credentials: false
@@ -273,7 +273,7 @@ jobs:
273273
- lock-dependencies
274274
- lint
275275
steps:
276-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
276+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
277277
with:
278278
persist-credentials: false
279279

@@ -319,7 +319,7 @@ jobs:
319319
env:
320320
NOXSESSION: ${{ matrix.session.name }}
321321
steps:
322-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
322+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
323323
with:
324324
persist-credentials: false
325325

.github/workflows/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2121
with:
2222
fetch-depth: '0'
2323
persist-credentials: false
@@ -122,7 +122,7 @@ jobs:
122122
echo "docs_version=${GIT_TAG//./-}" >> $GITHUB_OUTPUT
123123
124124
- name: Create Release
125-
uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
125+
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
126126
with:
127127
files: dist/*
128128
draft: true
@@ -173,12 +173,12 @@ jobs:
173173
# https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/making-authenticated-api-requests-with-a-github-app-in-a-github-actions-workflow
174174
- name: Generate app token
175175
id: generate_token
176-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
176+
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
177177
with:
178178
app-id: ${{ secrets.BOT_APP_ID }}
179179
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
180180

181-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
181+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
182182
with:
183183
token: ${{ steps.generate_token.outputs.token }}
184184
persist-credentials: false
@@ -200,7 +200,7 @@ jobs:
200200
echo "new_version=$NEW_VERSION" >> $GITHUB_OUTPUT
201201
202202
- name: Create pull request
203-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
203+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
204204
with:
205205
token: ${{ steps.generate_token.outputs.token }}
206206
branch: auto/dev-v${{ steps.update-version.outputs.new_version }}

0 commit comments

Comments
 (0)