Skip to content

Commit

Permalink
Bump all actions to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
A1EF committed Dec 25, 2022
1 parent 51b468e commit 3168d4a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ jobs:
pre-commit:
runs-on: 'ubuntu-20.04'
steps:
- uses: 'actions/checkout@v2'
- uses: 'actions/setup-python@v2'
- uses: 'pre-commit/[email protected]'
- uses: 'actions/checkout@v3'
- uses: 'actions/setup-python@v4'
with:
python-version: '3.x'
- uses: 'pre-commit/[email protected]'
with:
extra_args: --verbose --all-files
kitchen:
Expand All @@ -25,9 +27,9 @@ jobs:
- default-ubuntu-1804-master-py3
steps:
- name: 'Check out code'
uses: 'actions/checkout@v2'
uses: 'actions/checkout@v3'
- name: 'Set up Bundler cache'
uses: 'actions/cache@v1'
uses: 'actions/cache@v3'
with:
path: 'vendor/bundle'
key: "${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}"
Expand Down

0 comments on commit 3168d4a

Please sign in to comment.