Skip to content

Commit

Permalink
ci: Updated the BSD workflow 'checkout' action to version 4 as the pr…
Browse files Browse the repository at this point in the history
…evious versions use a deprecated version of Node.js.

Signed-off-by: RICCIARDI-Adrien <[email protected]>
  • Loading branch information
RICCIARDI-Adrien committed Dec 7, 2023
1 parent 9aecff7 commit 5c01624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build
uses: vmactions/[email protected]
with:
Expand Down

0 comments on commit 5c01624

Please sign in to comment.