Browse Source

build(deps): bump actions/checkout from 3 to 4 (#73)

dependabot[bot] 8 months ago
parent
commit
ae377ef15c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/python.yml

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

@@ -22,7 +22,7 @@ jobs:
         - '3.10'
       fail-fast: false
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
     - uses: actions/setup-python@v4
       with:
         python-version: ${{ matrix.python-version }}