From 38ac2dc7f0084a9f87dc1010dbca5f36bee72e20 Mon Sep 17 00:00:00 2001 From: Per Olav Eide Svendsen <35033325+perolavsvendsen@users.noreply.github.com> Date: Mon, 18 Sep 2023 14:05:51 +0200 Subject: [PATCH] Update fmudataio-publish-pypi.yml --- .github/workflows/fmudataio-publish-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fmudataio-publish-pypi.yml b/.github/workflows/fmudataio-publish-pypi.yml index 540f30154..07802fcf0 100644 --- a/.github/workflows/fmudataio-publish-pypi.yml +++ b/.github/workflows/fmudataio-publish-pypi.yml @@ -9,7 +9,7 @@ jobs: name: Build and publish Python 🐍 distributions 📦 to PyPI runs-on: ubuntu-latest steps: - - uses: actions/checkout@master + - uses: actions/checkout@v3 - name: Set up Python 3.10 uses: actions/setup-python@v4 with: