Skip to content

Commit

Permalink
Merge branch 'main' into dm/fix-908
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaMaul authored Oct 31, 2024
2 parents 2c7b582 + b767402 commit e66b9f9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].1
uses: actions/[email protected].2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/setup-python@v5.2.0
- uses: actions/[email protected].2
- uses: actions/setup-python@v5.3.0
with:
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
- name: Install dependencies
Expand All @@ -49,8 +49,8 @@ jobs:
- windows-latest
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/[email protected].1
- uses: actions/setup-python@v5.2.0
- uses: actions/[email protected].2
- uses: actions/setup-python@v5.3.0
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -67,8 +67,8 @@ jobs:
# Only run on Ubuntu because most of the tests are skipped on Windows
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/setup-python@v5.2.0
- uses: actions/[email protected].2
- uses: actions/setup-python@v5.3.0
with:
python-version: ${{ env.MIN_PYTHON_VERSION }}
- name: Install dependencies
Expand All @@ -79,8 +79,8 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/setup-python@v5.2.0
- uses: actions/[email protected].2
- uses: actions/setup-python@v5.3.0
with:
python-version: ${{ env.MIN_PYTHON_VERSION }}
- name: Install dependencies
Expand Down Expand Up @@ -113,8 +113,8 @@ jobs:
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/setup-python@v5.2.0
- uses: actions/[email protected].2
- uses: actions/setup-python@v5.3.0
with:
python-version: ${{ env.MIN_PYTHON_VERSION }}
- name: Install dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:

steps:
- name: "Checkout repository"
uses: "actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871"
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"

- name: "Setup Python"
uses: "actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3"
uses: "actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b"
with:
python-version: "3.x"

Expand Down Expand Up @@ -76,4 +76,4 @@ jobs:
path: "dist/"

- name: "Publish dists to PyPI"
uses: "pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597"
uses: "pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa"

0 comments on commit e66b9f9

Please sign in to comment.