Skip to content

Bump mikefarah/yq from 4.43.1 to 4.44.2 in the actions-dependency group across 1 directory #158

Bump mikefarah/yq from 4.43.1 to 4.44.2 in the actions-dependency group across 1 directory

Bump mikefarah/yq from 4.43.1 to 4.44.2 in the actions-dependency group across 1 directory #158

Workflow file for this run

name: Sanity Checks
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5.1.0
with:
python-version: "3.10"
- uses: pre-commit/action@v3.0.1
tagging:
name: "Tagging (dry-run)"
needs: pre-commit
runs-on: ubuntu-latest
outputs:
net_tag: ${{ steps.tag_version.outputs.new_tag }}
steps:
- uses: actions/checkout@v4
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/github-tag-action@v6.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
dry_run: true
- run: echo "Calculated Next Tag is ${{ steps.tag_version.outputs.new_tag }}"
#use this with ${{needs.job1.outputs.output1}}
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: arduino/setup-task@v2
- name: Lint and tests
run: |
task test