Skip to content

Commit 145f6c7

Browse files
chore(deps): update actions
1 parent e42bdfb commit 145f6c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
lint:
4646
runs-on: ubuntu-24.04
4747
steps:
48-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
48+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4949
- name: ruff format
5050
uses: chartboost/ruff-action@e18ae971ccee1b2d7bbef113930f00c670b78da4 # v1
5151
with:
@@ -72,7 +72,7 @@ jobs:
7272
ports:
7373
- 27017:27017
7474
steps:
75-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
75+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
7676
- name: "Set up environment"
7777
uses: packetcoders/action-setup-cache-python-poetry@0d0be5577b30d85f3fa2d93a4beeda149520f120 # v1.2.0
7878
with:
@@ -89,7 +89,7 @@ jobs:
8989
runs-on: ubuntu-24.04
9090
needs: [lint]
9191
steps:
92-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
92+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
9393
- name: "Set up environment"
9494
uses: packetcoders/action-setup-cache-python-poetry@0d0be5577b30d85f3fa2d93a4beeda149520f120 # v1.2.0
9595
with:
@@ -122,12 +122,12 @@ jobs:
122122
if: ${{ fromJSON(needs.check_version.outputs.should_publish) }}
123123

124124
steps:
125-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
125+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
126126
# bits borrowed from packetcoders/action-setup-cache-python-poetry, in order
127127
# to reuse the poetry cache without actually restoring the venv
128128
- name: Set up python ${{ inputs.python-version }}
129129
id: setup-python
130-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
130+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
131131
with:
132132
python-version: ${{ inputs.python-version }}
133133
- name: Load cached Poetry Binary

0 commit comments

Comments
 (0)