Explorar o código

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 %!s(int64=3) %!d(string=hai) anos
pai
achega
4dfda4b0f8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 }}