소스 검색

Merge pull request #10 from cloudflightio/dependabot/github_actions/actions/checkout-2.4.0

build(deps): bump actions/checkout from 2.3.5 to 2.4.0
Daniel Marth 4 년 전
부모
커밋
4dfda4b0f8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/python.yml

+ 1 - 1
.github/workflows/python.yml

@@ -23,7 +23,7 @@ jobs:
         - '3.10'
       fail-fast: false
     steps:
-    - uses: actions/checkout@v2.3.5
+    - uses: actions/checkout@v2.4.0
     - uses: actions/setup-python@v2.2.2
       with:
         python-version: ${{ matrix.python-version }}