瀏覽代碼

ci(deps): bump actions/checkout from 5 to 6 (#16)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
dependabot[bot] 1 周之前
committed by GitHub
父節點
當前提交
492a07dfe0
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: B5690EEEBB952194
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      .github/workflows/black.yml
  2. +1
    -1
      .github/workflows/release.yml

+ 1
- 1
.github/workflows/black.yml 查看文件

@@ -12,7 +12,7 @@ jobs:

name: Code Style
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.x'


+ 1
- 1
.github/workflows/release.yml 查看文件

@@ -9,7 +9,7 @@ jobs:
name: Build and Release to PyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Set up Python
uses: actions/setup-python@v6


Loading…
取消
儲存