Skip to content

Commit 02b0bc2

Browse files
authored
Merge pull request #82 from EventAccess/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 97c9d6d + 13c74c8 commit 02b0bc2

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@v5.0.0
13+
uses: actions/checkout@v6.0.0
1414

1515
- name: Set up Python
1616
uses: actions/setup-python@v6.0.0

0 commit comments

Comments
 (0)