Skip to content

Commit

Permalink
Change checkout in github action because of deprecated node16
Browse files Browse the repository at this point in the history
  • Loading branch information
srobotta committed Feb 28, 2024
1 parent a08ff37 commit 630bd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/moodle-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: plugin

Expand Down

0 comments on commit 630bd40

Please sign in to comment.