diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..2202dc4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +# instruct GitHub dependabot to scan github actions for updates + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" diff --git a/.github/workflows/publish-pypi-test.yaml b/.github/workflows/publish-pypi-test.yaml index 38b95ec..f1a6b05 100644 --- a/.github/workflows/publish-pypi-test.yaml +++ b/.github/workflows/publish-pypi-test.yaml @@ -24,9 +24,7 @@ jobs: uses: actions/setup-python@v5 - name: Install uv 🌟 - uses: astral-sh/setup-uv@v5 - with: - version: ">=0.0.1" + uses: astral-sh/setup-uv@887a942a15af3a7626099df99e897a18d9e5ab3a # v5.1.0 - name: Build package for distribution 🛠️ run: | @@ -56,6 +54,6 @@ jobs: name: cladetime-package-distribution path: dist/ - name: Publish distribution to TestPyPI 🚀 - uses: pypa/gh-action-pypi-publish@release/v1 + uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.1.12 with: repository-url: https://test.pypi.org/legacy/