Skip to content

Commit b18dcc4

Browse files
build(deps): bump actions/checkout from 4 to 5 (#538)
1 parent 284baf4 commit b18dcc4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: yarn build and deploy
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: 22

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
# IMPORTANT: this permission is mandatory for trusted publishing
99
id-token: write
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- run: pipx run uv tool run --with build[uv] --from build python -m build --installer uv -o python_dist
1313
- name: Publish a Python distribution to PyPI
1414
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')

.github/workflows/test_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Test with tox
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
- uses: actions/setup-python@v5
1212
with:
1313
python-version: '3.11'

0 commit comments

Comments
 (0)