diff --git a/.github/workflows/check-format.yml b/.github/workflows/check-format.yml index 04e7cb5..87f0bc5 100644 --- a/.github/workflows/check-format.yml +++ b/.github/workflows/check-format.yml @@ -8,7 +8,7 @@ jobs: matrix: python-version: ["3.10"] steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0f74434..b2dee3a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: python-version: ["3.10"] lint-type: [black, flake8] steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: