Skip to content

Commit 5bd6443

Browse files
authored
chore: update dependencies and actions (#143)
1 parent 77e77cd commit 5bd6443

File tree

3 files changed

+179
-168
lines changed

3 files changed

+179
-168
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: poetry config virtualenvs.in-project true
6363

6464
- name: Set up cache
65-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
65+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
6666
id: cache
6767
with:
6868
path: .venv

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- run: pipx run build
1919

20-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
20+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
2121
with:
2222
name: distfiles
2323
path: dist/
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
persist-credentials: false
3737

38-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
38+
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
3939
with:
4040
name: distfiles
4141
path: dist/
@@ -55,7 +55,7 @@ jobs:
5555
id-token: write
5656
needs: build
5757
steps:
58-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
58+
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
5959
with:
6060
name: distfiles
6161
path: dist/

0 commit comments

Comments
 (0)