Skip to content

Commit

Permalink
Upgrade github actions to v4
Browse files Browse the repository at this point in the history
As Node.js 16 actions are deprecated, use the latest github actions v4
for  Node.js 20
  • Loading branch information
tzstoyanov committed Feb 5, 2024
1 parent 84c2f76 commit ad496c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
working-directory: ${{runner.workspace}}/
shell: bash
Expand Down

0 comments on commit ad496c3

Please sign in to comment.