Skip to content

Commit 1b9382b

Browse files
chore(deps): update github actions (#259)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 46afc38 commit 1b9382b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
12-
- uses: psf/black@1b2427a2b785cc4aac97c19bb4b9a0de063f9547 # 24.10.0
12+
- uses: psf/black@8a737e727ac5ab2f1d4cf5876720ed276dc8dc4b # 25.1.0
1313

1414
tests:
1515
name: "Node CI"
@@ -21,7 +21,7 @@ jobs:
2121

2222
# Install Node 18
2323
- name: Setup Node
24-
uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1
24+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
2525
with:
2626
node-version: 18
2727

@@ -46,7 +46,7 @@ jobs:
4646

4747
# Install Python
4848
- name: Setup Python
49-
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
49+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
5050
with:
5151
python-version: 3.x
5252

.github/workflows/mdbook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
run: |
3838
mdbook build
3939
- name: Setup Pages
40-
uses: actions/configure-pages@b8130d9ab958b325bbde9786d62f2c97a9885a0e # v3
40+
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
4141
- name: Upload artifact
42-
uses: actions/upload-pages-artifact@a753861a5debcf57bf8b404356158c8e1e33150c # v2
42+
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
4343
with:
4444
# Upload entire repository
4545
path: "book"

0 commit comments

Comments
 (0)