Skip to content

Commit 8140bbd

Browse files
chore(deps): update actions
1 parent 33668bb commit 8140bbd

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
lint:
4747
runs-on: ubuntu-24.04
4848
steps:
49-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
49+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5050
- name: ruff format
5151
uses: chartboost/ruff-action@e18ae971ccee1b2d7bbef113930f00c670b78da4 # v1
5252
with:
@@ -73,7 +73,7 @@ jobs:
7373
ports:
7474
- 27017:27017
7575
steps:
76-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
76+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7777
- name: "Set up environment"
7878
uses: packetcoders/action-setup-cache-python-poetry@0d0be5577b30d85f3fa2d93a4beeda149520f120 # v1.2.0
7979
with:
@@ -90,7 +90,7 @@ jobs:
9090
runs-on: ubuntu-24.04
9191
needs: [lint]
9292
steps:
93-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
93+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
9494
- name: "Set up environment"
9595
uses: packetcoders/action-setup-cache-python-poetry@0d0be5577b30d85f3fa2d93a4beeda149520f120 # v1.2.0
9696
with:
@@ -107,7 +107,7 @@ jobs:
107107
runs-on: ubuntu-24.04
108108
needs: [test, mypy]
109109
steps:
110-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
110+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
111111
- uses: hynek/build-and-inspect-python-package@f3d069d0f9a3c9169d1a483318bb0e09876a6fd6 # v2
112112

113113
check_version:

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Download built artifact to dist/
40-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
40+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
4141
with:
4242
name: Packages
4343
path: dist

0 commit comments

Comments
 (0)