Skip to content

github-action: bump actions/setup-python from 5.0.0 to 5.3.0 #183

github-action: bump actions/setup-python from 5.0.0 to 5.3.0

github-action: bump actions/setup-python from 5.0.0 to 5.3.0 #183

Workflow file for this run

---
name: pr-tests
on: pull_request
env:
NODE_VERSION: "14.x"
PYTHON_VERSION: "3.x"
NODE_ENV: development
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 #v4.1.2
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2
with:
node-version: "${{env.NODE_VERSION}}"
- uses: ruby/setup-ruby@5f19ec79cedfadb78ab837f95b87734d0003c899 #v1.173.0
with:
bundler-cache: true
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b #v5.3.0
with:
python-version: "${{env.PYTHON_VERSION}}"
- run: pip install --user -r requirements.txt
- run: sudo apt install git
- name: Build
run: bundle exec middleman build