Skip to content

Commit 352eaf8

Browse files
build(deps): bump the actions group with 2 updates (#59)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 604bb40 commit 352eaf8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
12+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
1313

1414
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
1515
with:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
lint:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
13+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
1414

1515
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
1616
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Build distributions 📦
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
15+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
1616

1717
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
1818
with:
@@ -27,7 +27,7 @@ jobs:
2727
run: python -m build
2828

2929
- name: Upload distributions
30-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
30+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
3131
with:
3232
name: distributions
3333
path: dist/

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
permissions:
1919
id-token: write # unit tests use the ambient OIDC credential
2020
steps:
21-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
21+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
2222

2323
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
2424
with:

0 commit comments

Comments
 (0)