diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 217751a..4f16edb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 - name: Install Poetry uses: abatilo/actions-poetry@b8f6fe29ba2eb78e0d45ccbf41cd14154c4e25b2 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8728eef..b1357c4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 - name: Setup Python uses: actions/setup-python@bfc4944b43a5d84377eca3cf6ab5b7992ba61923