Skip to content

Commit

Permalink
Merge pull request #939 from kordan/bump_actions_checkout
Browse files Browse the repository at this point in the history
Moving from actions/checkout@v3 to actions/checkout@v4.
This PR is 100% sure. I don't feel I am stealing a role that isn't mine.
  • Loading branch information
kordan authored Feb 22, 2024
2 parents 8de98a6 + e5ce9a0 commit c9a3e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
profile: chrome
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: plugin

Expand Down

0 comments on commit c9a3e8c

Please sign in to comment.