Skip to content

Commit fe4c13f

Browse files
authored
Merge pull request #560 from dodona-edu/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents d24d45b + 281173d commit fe4c13f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737
with:
3838
fetch-depth: 0 # Not needed if lastUpdated is not enabled
3939
# - uses: pnpm/action-setup@v2 # Uncomment this if you're using pnpm

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515

1616
- name: Set up Node
1717
uses: actions/setup-node@v5

.github/workflows/screenshot-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- 3300:3300
2121
options: --health-cmd "mysqladmin ping -h localhost" --health-interval 10s --health-timeout 5s --health-retries 5
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- name: Use Ruby
2525
uses: actions/setup-ruby@v1
2626
with:

0 commit comments

Comments
 (0)