From b3f12c2b8a35756a02364096809451e68a7d8ca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l=20R=C3=B8nning?= Date: Tue, 17 Oct 2023 11:23:10 +0200 Subject: [PATCH] GH actions simple --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 80cb32733..9a57852fb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,12 +12,12 @@ jobs: runs-on: ubuntu-latest name: Loadmaster steps: - - uses: actions/checkout + - uses: actions/checkout@v4 - - uses: actions/setup-python + - uses: actions/setup-python@v4 with: python-version: 3.9 - - uses: snok/install-poetry + - uses: snok/install-poetry@v1.2 with: version: 1.2.0 - name: Install dependencies