summary refs log tree commit diff
path: root/.github/workflows/poetry_lockfile.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/poetry_lockfile.yaml')
-rw-r--r--.github/workflows/poetry_lockfile.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/poetry_lockfile.yaml b/.github/workflows/poetry_lockfile.yaml
index ae4d27f2de..4dd0f7d41f 100644
--- a/.github/workflows/poetry_lockfile.yaml
+++ b/.github/workflows/poetry_lockfile.yaml
@@ -16,7 +16,7 @@ jobs:
     name: "Check locked dependencies have sdists"
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
       - uses: actions/setup-python@v4
         with:
           python-version: '3.x'