Skip to content

Commit 8eac2fd

Browse files
authored
Merge pull request #1 from PSA-Corporate-Learning-Branch/dependabot/github_actions/actions/checkout-6
chore(ci): bump actions/checkout from 4 to 6
2 parents 82dfe6f + 85f2001 commit 8eac2fd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/moodle-cs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout plugin
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717

1818
- name: Setup PHP
1919
uses: shivammathur/setup-php@v2

.github/workflows/phpstan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313

1414
steps:
1515
- name: Checkout Moodle
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717
with:
1818
repository: moodle/moodle
1919
ref: MOODLE_405_STABLE
2020

2121
- name: Checkout plugin into Moodle
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323
with:
2424
path: local/githubsync
2525

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323

2424
- name: Run Semgrep OWASP Top 10 + Custom Moodle Rules
2525
run: |

0 commit comments

Comments
 (0)