File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 strategy :
1010 fail-fast : false
1111 matrix :
12- os : ['ubuntu-20 .04', 'ubuntu-22 .04']
12+ os : ['ubuntu-22 .04', 'ubuntu-24 .04']
1313 runs-on : ${{ matrix.os }}
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1616 - run : ansible --version
1717 - run : ansible-playbook --syntax-check ./tests/test.yml -i ./tests/hosts
1818 - run : ./tests/run
Original file line number Diff line number Diff line change 77 release :
88 runs-on : ubuntu-22.04
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1111 - name : ansible-galaxy role import
1212 run : |
1313 ansible-galaxy role import --token "$ANSIBLE_TOKEN" --role-name mackerel-agent mackerelio ansible-mackerel-agent
You can’t perform that action at this time.
0 commit comments