Skip to content

Commit 7aa2261

Browse files
Bump setup-alire and checkout actions versions
1 parent 7b92584 commit 7aa2261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818

1919
steps:
2020
# Check-out the repository
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222

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

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

0 commit comments

Comments
 (0)