Skip to content
Snippets Groups Projects
  • Rafael Guterres Jeffman's avatar
    60905ef5
    upstream ci: Update Github actions · 60905ef5
    Rafael Guterres Jeffman authored
    Github actions checkout v3.1.0 and setup-python v4.3.0 use deprecated
    Node.js 16.
    
    Bumping version to checkout v4.1.1 and setup-python v5.1.0 fixes the
    workflows, as both use the recommended Node.js 20.
    
    The checkout depth has been set to 1 (shallow copy) for all tasks that
    do not require git history to be available.
    60905ef5
    History
    upstream ci: Update Github actions
    Rafael Guterres Jeffman authored
    Github actions checkout v3.1.0 and setup-python v4.3.0 use deprecated
    Node.js 16.
    
    Bumping version to checkout v4.1.1 and setup-python v5.1.0 fixes the
    workflows, as both use the recommended Node.js 20.
    
    The checkout depth has been set to 1 (shallow copy) for all tasks that
    do not require git history to be available.
ansible-test.yml 306 B
---
name: ansible-test sanity
on:
  - push
  - pull_request
jobs:
  ansible_test:
    name: Verify ansible-test sanity
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4.1.1
        with:
          fetch-depth: 0
      - name: Run ansible-test
        run: bash tests/sanity/sanity.sh