Преглед изворни кода

Merge pull request #3 from cloudflightio/c019dependabot/github_actions/actions/checkout-2.3.4

build(deps): bump actions/checkout from 1 to 2.3.4
Fabian Peter Hammerle пре 2 година
родитељ
комит
073aedbb1f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/python.yml

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

@@ -23,7 +23,7 @@ jobs:
         - 3.9
       fail-fast: false
     steps:
-    - uses: actions/checkout@v1
+    - uses: actions/checkout@v2.3.4
     - uses: actions/setup-python@v1
       with:
         python-version: ${{ matrix.python-version }}