Skip to content

Commit e34a3b2

Browse files
authored
Merge pull request #75 from EventAccess/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 348bf09 + c8f4341 commit e34a3b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v4.2.2
13+
uses: actions/checkout@v5.0.0
1414

1515
- name: Set up Python
1616
uses: actions/setup-python@v5.6.0

0 commit comments

Comments
 (0)