diff options
| author | 2023-10-07 02:51:15 +0800 | |
|---|---|---|
| committer | 2023-10-07 02:51:15 +0800 | |
| commit | dfcb86d9e0f34ee6a7e5975dbe84e478ef22bbdf (patch) | |
| tree | 698967a9a7d560eaa6f731224ab8677257b00e13 | |
| parent | fd1f123d531e25ac066dae6a1ea8dc19fd1c0964 (diff) | |
| parent | 1e07e06b73e15574a4ad2fa70bde961a6de48e5b (diff) | |
| download | infini-dfcb86d9e0f34ee6a7e5975dbe84e478ef22bbdf.tar.gz infini-dfcb86d9e0f34ee6a7e5975dbe84e478ef22bbdf.zip | |
Merge branch 'master' of https://github.com/HydroRoll-Team/HydroRollCore
| -rw-r--r-- | .github/workflows/codeql.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/pages.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/python-publish.yml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c756eec0..30b13f7f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index e415c999..08c92457 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -10,7 +10,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: 3.x diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 701fc44e..998fb663 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -9,8 +9,8 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - name: Install pdm + - uses: actions/checkout@v4 + - name: Install poetry run: | pipx install pdm shell: bash |
