Skip to content

Commit d78aa86

Browse files
authored
[BUMP] Update actions/checkout action to v5 (workflows)
Merge pull request #17 from 1024pix/renovate/workflows-actions-checkout-5.x
2 parents 8677e40 + 6a55b5a commit d78aa86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update.yml

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

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- name: Update data
1818
uses: Dependency-Drift-Tracker/dependency-drift-tracker-action@v1
1919
with:

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: Generate website
1717
uses: Dependency-Drift-Tracker/dependency-drift-tracker-action@v1
1818
with:

0 commit comments

Comments
 (0)