From 09dd52d1309fb5e5fc90d75c0555c57fe0b6154a Mon Sep 17 00:00:00 2001 From: kostya Date: Thu, 25 Jan 2024 07:28:42 +0300 Subject: [PATCH] update action checkout, cache, python --- .github/workflows/main.yml | 4 ++-- action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 116a2d7..9676c92 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: main: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 - name: self test action uses: ./ diff --git a/action.yml b/action.yml index a25b9da..18ded0d 100644 --- a/action.yml +++ b/action.yml @@ -12,7 +12,7 @@ runs: shell: bash - run: python -m pip freeze --local shell: bash - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.cache/pre-commit key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}