Skip to content

Commit

Permalink
Bump setup-alire and checkout actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau committed Jul 3, 2024
1 parent 7b92584 commit 7aa2261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:

steps:
# Check-out the repository
- uses: actions/checkout@v2
- uses: actions/checkout@v4

# Install and setup Alire package manager
- uses: alire-project/setup-alire@v1
- uses: alire-project/setup-alire@v3

# Build the project using the validation build profile to enforce static analysis and coding style.
- run: alr build --validation
Expand Down

0 comments on commit 7aa2261

Please sign in to comment.