Skip to content

Commit

Permalink
ci: bump version to 24.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce Becker <[email protected]>
  • Loading branch information
brucellino committed Mar 28, 2024
1 parent b39c658 commit 8a58aaa
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ on:
branches: ["devel", "master"]
jobs:
build:
strategy:
matrix:
version:
- v6.22.2
- v24.2.1
# Apparently, variables do not have a context until actions are actually executed
# so we cannot make a matrix out of action versions.
# Thanks, Obama.
# See https://github.com/orgs/community/discussions/110550
name: Ansible Lint ${{ matrix.version }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8a58aaa

Please sign in to comment.