summary refs log tree commit diff
path: root/.github/workflows/poetry_lockfile.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-25 11:39:54 -0400
committerGitHub <noreply@github.com>2023-09-25 11:39:54 -0400
commit139a24de9ee0e81faece1e375a197123a6e10b67 (patch)
treef6e74b07030acd3a2b76209a0e28b72c968e1510 /.github/workflows/poetry_lockfile.yaml
parentAdd support for pydantic v2 via pydantic.v1 compat module (#16332) (diff)
downloadsynapse-139a24de9ee0e81faece1e375a197123a6e10b67.tar.xz
Bump actions/checkout from 3 to 4 (#16250)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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'